Skip to content

Commit

Permalink
fix(GuildSystemChannelFlags): "suppress" typo (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Feb 15, 2023
1 parent 052ceb2 commit 8d37bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno/payloads/v10/guild.ts
Expand Up @@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion payloads/v10/guild.ts
Expand Up @@ -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
*/
Expand Down

1 comment on commit 8d37bc5

@vercel
Copy link

@vercel vercel bot commented on 8d37bc5 Feb 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.