From 0a2e7787c672ffb4af83e055df632aae36811445 Mon Sep 17 00:00:00 2001 From: MateoDeveloper <79017590+Mateo-tem@users.noreply.github.com> Date: Wed, 20 Jul 2022 09:56:14 -0500 Subject: [PATCH] feat(RESTJSONErrorCodes): add error `30034` (#530) Co-authored-by: Vitor Co-authored-by: Vlad Frangu --- 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 c7dfd8d3..c9181da7 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -103,8 +103,8 @@ export enum RESTJSONErrorCodes { GuildAlreadyHasTemplate = 30031, MaximumNumberOfApplicationCommandsReached, MaximumThreadParticipants, - - MaximumNumberOfNonGuildMemberBansHasBeenExceeded = 30035, + MaximumDailyApplicationCommandCreatesReached, + MaximumNumberOfNonGuildMemberBansHasBeenExceeded, MaximumNumberOfBanFetchesHasBeenReached = 30037, MaximumNumberOfUncompletedGuildScheduledEventsReached, diff --git a/rest/common.ts b/rest/common.ts index c7dfd8d3..c9181da7 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -103,8 +103,8 @@ export enum RESTJSONErrorCodes { GuildAlreadyHasTemplate = 30031, MaximumNumberOfApplicationCommandsReached, MaximumThreadParticipants, - - MaximumNumberOfNonGuildMemberBansHasBeenExceeded = 30035, + MaximumDailyApplicationCommandCreatesReached, + MaximumNumberOfNonGuildMemberBansHasBeenExceeded, MaximumNumberOfBanFetchesHasBeenReached = 30037, MaximumNumberOfUncompletedGuildScheduledEventsReached,