feat: add very large guild feature (#88)
Some checks failed
deploy admin / channel-vars (push) Successful in 14s
deploy api / channel-vars (push) Successful in 2s
deploy app / channel-vars (push) Successful in 2s
deploy app / Deploy app (push) Has been cancelled
deploy admin / Deploy admin (push) Has been cancelled
deploy api / Deploy api (push) Has been cancelled
Some checks failed
deploy admin / channel-vars (push) Successful in 14s
deploy api / channel-vars (push) Successful in 2s
deploy app / channel-vars (push) Successful in 2s
deploy app / Deploy app (push) Has been cancelled
deploy admin / Deploy admin (push) Has been cancelled
deploy api / Deploy api (push) Has been cancelled
This commit is contained in:
@@ -50,6 +50,8 @@ export const MAX_GUILD_EMOJIS_ANIMATED_MORE_EMOJI = 250;
|
||||
export const MAX_GUILD_EMOJIS_STATIC_MORE_EMOJI = 250;
|
||||
export const MAX_GUILD_STICKERS = 50;
|
||||
export const MAX_GUILD_STICKERS_MORE_STICKERS = 250;
|
||||
export const MAX_GUILD_MEMBERS = 1000;
|
||||
export const MAX_GUILD_MEMBERS_VERY_LARGE = 10000;
|
||||
export const MAX_CHANNELS_PER_CATEGORY = 50;
|
||||
|
||||
export const MAX_MESSAGE_LENGTH_PREMIUM = 4000;
|
||||
@@ -639,6 +641,7 @@ export const GuildFeatures = {
|
||||
OPERATOR: 'OPERATOR',
|
||||
DISALLOW_UNCLAIMED_ACCOUNTS: 'DISALLOW_UNCLAIMED_ACCOUNTS',
|
||||
LARGE_GUILD_OVERRIDE: 'LARGE_GUILD_OVERRIDE',
|
||||
VERY_LARGE_GUILD: 'VERY_LARGE_GUILD',
|
||||
} as const;
|
||||
|
||||
export const JumpTypes = {
|
||||
|
||||
Reference in New Issue
Block a user