From 778cc730ae63733d749a7e87f36bcdf9da01a440 Mon Sep 17 00:00:00 2001 From: ITOH Date: Mon, 13 Dec 2021 23:12:59 +0100 Subject: [PATCH] Update src/types/guilds/modifyGuild.ts --- src/types/guilds/modifyGuild.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/guilds/modifyGuild.ts b/src/types/guilds/modifyGuild.ts index 419159e8b..48dc94785 100644 --- a/src/types/guilds/modifyGuild.ts +++ b/src/types/guilds/modifyGuild.ts @@ -40,6 +40,6 @@ export interface ModifyGuild { preferredLocale?: string | null; /** Enabled guild features */ features?: GuildFeatures[]; - /** Whether the guild's boost progress bar should be enabled. */ + /** Whether the guild's boost progress bar should be enabled */ premiumProgressBarEnabled?: boolean; }