From ae09e2b9e47460b07907fc3b6e317bc1ae426663 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Tue, 2 Sep 2025 20:25:43 +0400 Subject: [PATCH] feat: add 400001 (#1352) --- deno/rest/common.ts | 2 ++ rest/common.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 7e6c3066..079412eb 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -313,6 +313,8 @@ export enum RESTJSONErrorCodes { CannotEnableOnboardingRequirementsAreNotMet = 350_000, CannotUpdateOnboardingWhileBelowRequirements, + AccessToFileUploadsHasBeenLimitedForThisGuild = 400_001, + FailedToBanUsers = 500_000, PollVotingBlocked = 520_000, diff --git a/rest/common.ts b/rest/common.ts index 7e6c3066..079412eb 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -313,6 +313,8 @@ export enum RESTJSONErrorCodes { CannotEnableOnboardingRequirementsAreNotMet = 350_000, CannotUpdateOnboardingWhileBelowRequirements, + AccessToFileUploadsHasBeenLimitedForThisGuild = 400_001, + FailedToBanUsers = 500_000, PollVotingBlocked = 520_000,