Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 50132 (#505)
Browse files Browse the repository at this point in the history
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com>
  • Loading branch information
Mateo-tem and vladfrangu committed Jul 16, 2022
1 parent 8465c58 commit 907d88a
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
Expand Up @@ -200,6 +200,8 @@ export enum RESTJSONErrorCodes {

RequestBodyContainsInvalidJSON = 50109,

OwnershipCannotBeMovedToABotUser = 50132,

UploadedFileNotFound = 50146,

YouDoNotHavePermissionToSendThisSticker = 50600,
Expand Down
2 changes: 2 additions & 0 deletions rest/common.ts
Expand Up @@ -200,6 +200,8 @@ export enum RESTJSONErrorCodes {

RequestBodyContainsInvalidJSON = 50109,

OwnershipCannotBeMovedToABotUser = 50132,

UploadedFileNotFound = 50146,

YouDoNotHavePermissionToSendThisSticker = 50600,
Expand Down

1 comment on commit 907d88a

@vercel
Copy link

@vercel vercel bot commented on 907d88a Jul 16, 2022

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.