Skip to content

Commit

Permalink
docs(ApplicationFlags): ApplicationAutoModerationRuleCreateBadge is…
Browse files Browse the repository at this point in the history
… no longer unstable (#738)
  • Loading branch information
almeidx authored Apr 6, 2023
1 parent 311b7a2 commit 8e2a5d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deno/payloads/v10/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export enum ApplicationFlags {
*/
GroupDMCreate = 1 << 4,
/**
* @unstable This application flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Indicates if an app uses the Auto Moderation API
*/
ApplicationAutoModerationRuleCreateBadge = 1 << 6,
/**
Expand Down
2 changes: 1 addition & 1 deletion deno/payloads/v9/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export enum ApplicationFlags {
*/
GroupDMCreate = 1 << 4,
/**
* @unstable This application flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Indicates if an app uses the Auto Moderation API
*/
ApplicationAutoModerationRuleCreateBadge = 1 << 6,
/**
Expand Down
2 changes: 1 addition & 1 deletion payloads/v10/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export enum ApplicationFlags {
*/
GroupDMCreate = 1 << 4,
/**
* @unstable This application flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Indicates if an app uses the Auto Moderation API
*/
ApplicationAutoModerationRuleCreateBadge = 1 << 6,
/**
Expand Down
2 changes: 1 addition & 1 deletion payloads/v9/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export enum ApplicationFlags {
*/
GroupDMCreate = 1 << 4,
/**
* @unstable This application flag is currently not documented by Discord but has a known value which we will try to keep up to date.
* Indicates if an app uses the Auto Moderation API
*/
ApplicationAutoModerationRuleCreateBadge = 1 << 6,
/**
Expand Down

0 comments on commit 8e2a5d2

Please sign in to comment.