mirror of
https://github.com/spacebarchat/server.git
synced 2026-09-16 06:22:40 +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;
|
preferred_locale?: string;
|
||||||
premium_progress_bar_enabled?: boolean;
|
premium_progress_bar_enabled?: boolean;
|
||||||
discovery_splash?: string;
|
discovery_splash?: string;
|
||||||
|
safety_alerts_channel_id?: string | null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user