File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ export enum GuildSystemChannelFlags {
371
371
/**
372
372
* Suppress role subscription purchase and renewal notifications
373
373
*/
374
- SupressRoleSubscriptionPurchaseNotifications = 1 << 4 ,
374
+ SuppressRoleSubscriptionPurchaseNotifications = 1 << 4 ,
375
375
/**
376
376
* Hide role subscription sticker reply buttons
377
377
*/
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ export enum GuildSystemChannelFlags {
371
371
/**
372
372
* Suppress role subscription purchase and renewal notifications
373
373
*/
374
- SupressRoleSubscriptionPurchaseNotifications = 1 << 4 ,
374
+ SuppressRoleSubscriptionPurchaseNotifications = 1 << 4 ,
375
375
/**
376
376
* Hide role subscription sticker reply buttons
377
377
*/
You can’t perform that action at this time.
0 commit comments