Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 50178
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Apr 18, 2023
1 parent 0f76026 commit a96cdde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deno/rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ export enum RESTJSONErrorCodes {

CannotDeleteGuildSubscriptionIntegration = 50163,

TheUserAccountMustFirstBeVerified = 50178,

YouDoNotHavePermissionToSendThisSticker = 50600,

TwoFactorAuthenticationIsRequired = 60003,
Expand Down
2 changes: 2 additions & 0 deletions rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ export enum RESTJSONErrorCodes {

CannotDeleteGuildSubscriptionIntegration = 50163,

TheUserAccountMustFirstBeVerified = 50178,

YouDoNotHavePermissionToSendThisSticker = 50600,

TwoFactorAuthenticationIsRequired = 60003,
Expand Down

0 comments on commit a96cdde

Please sign in to comment.