From f2c3451c2a8bc91bcca65372d2944a07a3c34a9a Mon Sep 17 00:00:00 2001 From: Almeida Date: Wed, 13 Jul 2022 18:52:11 +0100 Subject: [PATCH] feat(RESTJSONErrorCodes): add error `30032` (#521) --- deno/rest/common.ts | 4 ++-- rest/common.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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,