mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-03 18:26:21 +00:00
Add new field to guild update schema
This commit is contained in:
@@ -33,4 +33,5 @@ export interface GuildUpdateSchema extends Omit<GuildCreateSchema, "channels"> {
|
||||
preferred_locale?: string;
|
||||
premium_progress_bar_enabled?: boolean;
|
||||
discovery_splash?: string;
|
||||
safety_alerts_channel_id?: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user