mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-09-17 16:57:25 +00:00
feat(RESTJSONErrorCodes): support 40009 (#1733)
This commit is contained in:
Generated
+2
@@ -153,6 +153,8 @@ export enum RESTJSONErrorCodes {
|
||||
FeatureTemporarilyDisabledServerSide,
|
||||
UserBannedFromThisGuild,
|
||||
|
||||
OnlyOneChannelCanHaveAParentIdModifiedAtATime = 40_009,
|
||||
|
||||
ConnectionHasBeenRevoked = 40_012,
|
||||
|
||||
OnlyConsumableSKUsCanBeConsumed = 40_018,
|
||||
|
||||
@@ -153,6 +153,8 @@ export enum RESTJSONErrorCodes {
|
||||
FeatureTemporarilyDisabledServerSide,
|
||||
UserBannedFromThisGuild,
|
||||
|
||||
OnlyOneChannelCanHaveAParentIdModifiedAtATime = 40_009,
|
||||
|
||||
ConnectionHasBeenRevoked = 40_012,
|
||||
|
||||
OnlyConsumableSKUsCanBeConsumed = 40_018,
|
||||
|
||||
Reference in New Issue
Block a user