mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-05-31 07:50:09 +00:00
feat: add 400001 (#1352)
This commit is contained in:
2
deno/rest/common.ts
generated
2
deno/rest/common.ts
generated
@@ -313,6 +313,8 @@ export enum RESTJSONErrorCodes {
|
||||
CannotEnableOnboardingRequirementsAreNotMet = 350_000,
|
||||
CannotUpdateOnboardingWhileBelowRequirements,
|
||||
|
||||
AccessToFileUploadsHasBeenLimitedForThisGuild = 400_001,
|
||||
|
||||
FailedToBanUsers = 500_000,
|
||||
|
||||
PollVotingBlocked = 520_000,
|
||||
|
||||
@@ -313,6 +313,8 @@ export enum RESTJSONErrorCodes {
|
||||
CannotEnableOnboardingRequirementsAreNotMet = 350_000,
|
||||
CannotUpdateOnboardingWhileBelowRequirements,
|
||||
|
||||
AccessToFileUploadsHasBeenLimitedForThisGuild = 400_001,
|
||||
|
||||
FailedToBanUsers = 500_000,
|
||||
|
||||
PollVotingBlocked = 520_000,
|
||||
|
||||
Reference in New Issue
Block a user