fix(GuildSystemChannelFlags): "suppress" typo (#719)

This commit is contained in:
Jiralite
2023-02-15 13:16:00 +00:00
committed by GitHub
parent 052ceb2d02
commit 8d37bc5e30
2 changed files with 2 additions and 2 deletions

View File

@@ -371,7 +371,7 @@ export enum GuildSystemChannelFlags {
/**
* Suppress role subscription purchase and renewal notifications
*/
SupressRoleSubscriptionPurchaseNotifications = 1 << 4,
SuppressRoleSubscriptionPurchaseNotifications = 1 << 4,
/**
* Hide role subscription sticker reply buttons
*/

View File

@@ -371,7 +371,7 @@ export enum GuildSystemChannelFlags {
/**
* Suppress role subscription purchase and renewal notifications
*/
SupressRoleSubscriptionPurchaseNotifications = 1 << 4,
SuppressRoleSubscriptionPurchaseNotifications = 1 << 4,
/**
* Hide role subscription sticker reply buttons
*/