diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 41194e555..db50fe5db 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -101,8 +101,8 @@ export enum RESTJSONErrorCodes { MaximumNumberOfServerCategoriesReached = 30030, GuildAlreadyHasTemplate = 30031, - - MaximumThreadParticipants = 30033, + MaximumNumberOfApplicationCommandsReached, + MaximumThreadParticipants, MaximumNumberOfNonGuildMemberBansHasBeenExceeded = 30035, diff --git a/rest/common.ts b/rest/common.ts index 41194e555..db50fe5db 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -101,8 +101,8 @@ export enum RESTJSONErrorCodes { MaximumNumberOfServerCategoriesReached = 30030, GuildAlreadyHasTemplate = 30031, - - MaximumThreadParticipants = 30033, + MaximumNumberOfApplicationCommandsReached, + MaximumThreadParticipants, MaximumNumberOfNonGuildMemberBansHasBeenExceeded = 30035,