Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add 50039 error (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvito7 committed Oct 22, 2022
1 parent 8c1484e commit 131637f
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 @@ -179,6 +179,8 @@ export enum RESTJSONErrorCodes {
InvalidFormBodyOrContentType,
InviteAcceptedToGuildWithoutTheBotBeingIn,

InvalidActivityAction = 50039,

InvalidAPIVersion = 50041,

FileUploadedExceedsMaximumSize = 50045,
Expand Down
2 changes: 2 additions & 0 deletions rest/common.ts
Expand Up @@ -179,6 +179,8 @@ export enum RESTJSONErrorCodes {
InvalidFormBodyOrContentType,
InviteAcceptedToGuildWithoutTheBotBeingIn,

InvalidActivityAction = 50039,

InvalidAPIVersion = 50041,

FileUploadedExceedsMaximumSize = 50045,
Expand Down

1 comment on commit 131637f

@vercel
Copy link

@vercel vercel bot commented on 131637f Oct 22, 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.