summary refs log tree commit diff
path: root/src/models/Event.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-14 20:16:49 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-14 20:16:49 +0100
commit86700f88abe1ca2d811169316443c5339484b72e (patch)
treebe92e061aa75589d16aa3279365fb0014ed4d0fe /src/models/Event.ts
parent:bug: fix PermissionResolvable (diff)
downloadserver-86700f88abe1ca2d811169316443c5339484b72e.tar.xz
:bug: fix public member type
Diffstat (limited to 'src/models/Event.ts')
-rw-r--r--src/models/Event.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/models/Event.ts b/src/models/Event.ts

index e8dfe11e..4e2736c0 100644 --- a/src/models/Event.ts +++ b/src/models/Event.ts
@@ -416,7 +416,6 @@ export type EVENT = | "GUILD_MEMBER_ADD" | "GUILD_MEMBER_REMOVE" | "GUILD_MEMBER_UPDATE" - | "GUILD_MEMBER_AVAILABLE" | "GUILD_MEMBER_SPEAKING" | "GUILD_MEMBERS_CHUNK" | "GUILD_ROLE_CREATE"