Skip to content

Commit 8d37bc5

Browse files
authored
fix(GuildSystemChannelFlags): "suppress" typo (#719)
1 parent 052ceb2 commit 8d37bc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deno/payloads/v10/guild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ export enum GuildSystemChannelFlags {
371371
/**
372372
* Suppress role subscription purchase and renewal notifications
373373
*/
374-
SupressRoleSubscriptionPurchaseNotifications = 1 << 4,
374+
SuppressRoleSubscriptionPurchaseNotifications = 1 << 4,
375375
/**
376376
* Hide role subscription sticker reply buttons
377377
*/

payloads/v10/guild.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ export enum GuildSystemChannelFlags {
371371
/**
372372
* Suppress role subscription purchase and renewal notifications
373373
*/
374-
SupressRoleSubscriptionPurchaseNotifications = 1 << 4,
374+
SuppressRoleSubscriptionPurchaseNotifications = 1 << 4,
375375
/**
376376
* Hide role subscription sticker reply buttons
377377
*/

0 commit comments

Comments
 (0)