diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 8951e139..64337a68 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -125,7 +125,8 @@ export enum RESTJSONErrorCodes { MaximumNumberOfWebhooksPerGuildReached = 30058, - TheChannelsForThisGuildAreTooLarge = 30061, + MaximumNumberOfChannelPermissionOverwritesReached = 30060, + TheChannelsForThisGuildAreTooLarge, Unauthorized = 40001, VerifyYourAccount, diff --git a/rest/common.ts b/rest/common.ts index 8951e139..64337a68 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -125,7 +125,8 @@ export enum RESTJSONErrorCodes { MaximumNumberOfWebhooksPerGuildReached = 30058, - TheChannelsForThisGuildAreTooLarge = 30061, + MaximumNumberOfChannelPermissionOverwritesReached = 30060, + TheChannelsForThisGuildAreTooLarge, Unauthorized = 40001, VerifyYourAccount,