summary refs log tree commit diff
path: root/src/models/Guild.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-10 20:59:58 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-10 20:59:58 +0100
commit3d54ed476240702812caf0b6e1ce94bfb0329cb5 (patch)
tree9f928dee5023de75b22d6b99c25c3c3fd967da7f /src/models/Guild.ts
parentexport event (diff)
downloadserver-3d54ed476240702812caf0b6e1ce94bfb0329cb5.tar.xz
fix models + move schemas in api and gateway
Diffstat (limited to 'src/models/Guild.ts')
-rw-r--r--src/models/Guild.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/models/Guild.ts b/src/models/Guild.ts

index 33ec9587..7e6fa614 100644 --- a/src/models/Guild.ts +++ b/src/models/Guild.ts
@@ -7,8 +7,6 @@ export interface Guild { afk_channel_id?: bigint; afk_timeout?: number; application_id?: bigint; - approximate_member_count?: number; - approximate_presence_count?: number; banner?: string; channels: Channel[]; default_message_notifications?: number; @@ -25,11 +23,11 @@ export interface Guild { max_presences?: number; max_video_channel_users?: number; // ? default: 25, is this max 25 streaming or watching member_count?: number; + presence_count?: number; // users online members?: Member[]; mfa_level?: number; name: string; owner_id: bigint; - permissions?: string; preferred_locale?: string; // only community guilds can choose this premium_subscription_count?: number; premium_tier?: number; // nitro boost level