mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
feat(types): Add JSON error code 400001 (#4426)
This commit is contained in:
@@ -518,6 +518,9 @@ export enum HTTPJsonErrorCodes {
|
||||
/** Cannot update onboarding while below requirements */
|
||||
OnboardingBelowRequirements = 350001,
|
||||
|
||||
/** Access to file uploads has been limited for this guild */
|
||||
FileUploadsLimited = 400001,
|
||||
|
||||
/** Failed to ban users */
|
||||
BanFailed = 500000,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user