summary refs log tree commit diff
path: root/dist/models
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-14 21:58:37 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-14 21:58:37 +0100
commitb1439c7ac31e6e5b060646c478e6b2a774306d02 (patch)
treec70e138061b08bf4272ce7285c27fa53a6ea0e3f /dist/models
parent:bug: fix Event type (diff)
downloadserver-b1439c7ac31e6e5b060646c478e6b2a774306d02.tar.xz
:bug: fix guild model
Diffstat (limited to 'dist/models')
-rw-r--r--dist/models/Guild.d.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/models/Guild.d.ts b/dist/models/Guild.d.ts

index 3c429ab6..7ea96716 100644 --- a/dist/models/Guild.d.ts +++ b/dist/models/Guild.d.ts
@@ -36,7 +36,6 @@ export interface Guild { unavailable?: boolean; vanity_url_code?: string; verification_level?: number; - voice_states: []; welcome_screen: []; widget_channel_id?: bigint; widget_enabled?: boolean;