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 May 25, 2023
1 parent 1db56d3 commit 7dddab4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deno/rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,13 @@ export enum RESTJSONErrorCodes {
VoiceMessagesCannotBeEdited,
CannotDeleteGuildSubscriptionIntegration,

<<<<<<< HEAD
YouCannotSendVoiceMessagesInThisChannel = 50_173,
=======
TheUserAccountMustFirstBeVerified = 50178,

YouDoNotHavePermissionToSendThisSticker = 50600,
>>>>>>> a96cdde (feat(RESTJSONErrorCodes): add error `50178`)

YouDoNotHavePermissionToSendThisSticker = 50_600,

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

YouCannotSendVoiceMessagesInThisChannel = 50_173,

TheUserAccountMustFirstBeVerified = 50_178,

YouDoNotHavePermissionToSendThisSticker = 50_600,

TwoFactorAuthenticationIsRequired = 60_003,
Expand Down

0 comments on commit 7dddab4

Please sign in to comment.