diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-03 15:27:00 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-03 15:27:00 +0200 |
commit | c944babc9695cd012b4a032b7dd4224ec19003f2 (patch) | |
tree | bb8bdc42f5720045017846c7a41ac9ec0b6dae70 /util/src/interfaces/Event.ts | |
parent | :bug: fix member roles + list (diff) | |
download | server-c944babc9695cd012b4a032b7dd4224ec19003f2.tar.xz |
:bug: fix #311
Diffstat (limited to 'util/src/interfaces/Event.ts')
-rw-r--r-- | util/src/interfaces/Event.ts | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/util/src/interfaces/Event.ts b/util/src/interfaces/Event.ts index acaa822e..2885d62a 100644 --- a/util/src/interfaces/Event.ts +++ b/util/src/interfaces/Event.ts @@ -127,12 +127,7 @@ export interface GuildCreateEvent extends Event { joined_at: Date; // TODO: add them to guild guild_scheduled_events: never[]; - guild_hashes: { - channels: { omitted: boolean; hash: string }; - metadata: { omitted: boolean; hash: string }; - roles: { omitted: boolean; hash: string }; - version: number; - }; + guild_hashes: {}; presences: never[]; stage_instances: never[]; threads: never[]; |