Skip to content

Commit

Permalink
feat(ApplicationFlags): add ApplicationCommandBadge (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Aug 29, 2022
1 parent 8178841 commit 48f0f56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions deno/payloads/v10/application.ts
Expand Up @@ -129,4 +129,5 @@ export enum ApplicationFlags {
GatewayMessageContent = 1 << 18,
GatewayMessageContentLimited = 1 << 19,
EmbeddedFirstParty = 1 << 20,
ApplicationCommandBadge = 1 << 23,
}
1 change: 1 addition & 0 deletions deno/payloads/v9/application.ts
Expand Up @@ -129,4 +129,5 @@ export enum ApplicationFlags {
GatewayMessageContent = 1 << 18,
GatewayMessageContentLimited = 1 << 19,
EmbeddedFirstParty = 1 << 20,
ApplicationCommandBadge = 1 << 23,
}
1 change: 1 addition & 0 deletions payloads/v10/application.ts
Expand Up @@ -129,4 +129,5 @@ export enum ApplicationFlags {
GatewayMessageContent = 1 << 18,
GatewayMessageContentLimited = 1 << 19,
EmbeddedFirstParty = 1 << 20,
ApplicationCommandBadge = 1 << 23,
}
1 change: 1 addition & 0 deletions payloads/v9/application.ts
Expand Up @@ -129,4 +129,5 @@ export enum ApplicationFlags {
GatewayMessageContent = 1 << 18,
GatewayMessageContentLimited = 1 << 19,
EmbeddedFirstParty = 1 << 20,
ApplicationCommandBadge = 1 << 23,
}

0 comments on commit 48f0f56

Please sign in to comment.