Add premium_progress_bar_enabled to GuildUpdateSchema

This commit is contained in:
Madeline 2022-07-03 20:56:57 +10:00
parent aa80bad127
commit edcc5948ff

View File

@ -20,6 +20,7 @@ export interface GuildUpdateSchema extends Omit<GuildCreateSchema, "channels"> {
afk_timeout?: number;
afk_channel_id?: string;
preferred_locale?: string;
premium_progress_bar_enabled?: boolean;
}
router.get("/", route({}), async (req: Request, res: Response) => {