Add staff_only flag in guild create schema
This commit is contained in:
parent
479b428a2d
commit
5ff2267cd1
Binary file not shown.
@ -29,4 +29,5 @@ export interface GuildCreateSchema {
|
||||
system_channel_id?: string;
|
||||
rules_channel_id?: string;
|
||||
guild_template_code?: string;
|
||||
staff_only?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user