feat(controllers): add INTEGRATION* gateway events (#459)

* feat(controllers): add INTEGRATION* gateway events

* suggestions

* forgive me, i am forgetful :P

* Update src/types/options.ts

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
This commit is contained in:
Ayyan
2021-01-26 18:32:43 +04:00
committed by GitHub
parent 8b3f9a5818
commit 7cd4fda3f4
8 changed files with 149 additions and 13 deletions

View File

@@ -7,6 +7,6 @@ jobs:
- uses: actions/checkout@v2
- uses: denolib/setup-deno@v2
- name: Run fmt check script
run: deno fmt --check
run: deno fmt --check --ignore=./src/types/util.ts
- name: Run lint script
run: deno lint src/** test/** --unstable