summary refs log tree commit diff
path: root/src/util/interfaces/Event.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/interfaces/Event.ts')
-rw-r--r--src/util/interfaces/Event.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/interfaces/Event.ts b/src/util/interfaces/Event.ts

index 4763e65e..87c8c812 100644 --- a/src/util/interfaces/Event.ts +++ b/src/util/interfaces/Event.ts
@@ -213,6 +213,8 @@ export interface GuildCreateEvent extends Event { stage_instances: never[]; threads: never[]; embedded_activities: never[]; + // Only when not using PRIORITISED_READY_PAYLOAD capability + voice_states?: PublicVoiceState[]; }; }