Update src/types/guilds/modifyGuild.ts

This commit is contained in:
ITOH
2021-12-13 23:12:59 +01:00
committed by GitHub
parent 3d8586ff9f
commit 778cc730ae

View File

@@ -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;
}