Add premium_progress_bar_enabled to GuildUpdateSchema

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

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) => {