diff options
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[]; |