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