mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-26 21:45:20 +00:00
Add staff_only flag in guild create schema
This commit is contained in:
@@ -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