summary refs log tree commit diff
path: root/util/src/interfaces
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-03 15:27:00 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-03 15:27:00 +0200
commitd5fcb7f971103668b51f4954e88a74fb16932f06 (patch)
tree38496fb4547ffd2d562eee183bdce9634715453a /util/src/interfaces
parent:bug: fix member roles + list (diff)
downloadserver-d5fcb7f971103668b51f4954e88a74fb16932f06.tar.xz
:bug: fix #311
Diffstat (limited to 'util/src/interfaces')
-rw-r--r--util/src/interfaces/Event.ts7
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[];