feat(RESTJSONErrorCodes): add 50039 error (#607)

This commit is contained in:
Vitor
2022-10-22 19:44:52 +01:00
committed by GitHub
parent 8c1484ebbe
commit 131637fbd2
2 changed files with 4 additions and 0 deletions

View File

@@ -179,6 +179,8 @@ export enum RESTJSONErrorCodes {
InvalidFormBodyOrContentType,
InviteAcceptedToGuildWithoutTheBotBeingIn,
InvalidActivityAction = 50039,
InvalidAPIVersion = 50041,
FileUploadedExceedsMaximumSize = 50045,

View File

@@ -179,6 +179,8 @@ export enum RESTJSONErrorCodes {
InvalidFormBodyOrContentType,
InviteAcceptedToGuildWithoutTheBotBeingIn,
InvalidActivityAction = 50039,
InvalidAPIVersion = 50041,
FileUploadedExceedsMaximumSize = 50045,