Add new field to guild update schema
This commit is contained in:
parent
4d81d4461f
commit
a5bb6a9b5d
@ -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