diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 41bb7725..ea445c94 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -62,8 +62,8 @@ export enum RESTJSONErrorCodes { NotAuthorizedToPerformThisActionOnThisApplication = 20012, ActionCannotBePerformedDueToSlowmodeRateLimit = 20016, - - OnlyTheOwnerOfThisAccountCanPerformThisAction = 20018, + TheMazeIsntMeantForYou, + OnlyTheOwnerOfThisAccountCanPerformThisAction, AnnouncementEditLimitExceeded = 20022, diff --git a/rest/common.ts b/rest/common.ts index ba3a30d3..8def0fe7 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -62,8 +62,8 @@ export const enum RESTJSONErrorCodes { NotAuthorizedToPerformThisActionOnThisApplication = 20012, ActionCannotBePerformedDueToSlowmodeRateLimit = 20016, - - OnlyTheOwnerOfThisAccountCanPerformThisAction = 20018, + TheMazeIsntMeantForYou, + OnlyTheOwnerOfThisAccountCanPerformThisAction, AnnouncementEditLimitExceeded = 20022,