diff --git a/deno/rest/common.ts b/deno/rest/common.ts index c9181da76..5e29e62f2 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -102,7 +102,7 @@ export enum RESTJSONErrorCodes { GuildAlreadyHasTemplate = 30031, MaximumNumberOfApplicationCommandsReached, - MaximumThreadParticipants, + MaximumThreadParticipantsReached, MaximumDailyApplicationCommandCreatesReached, MaximumNumberOfNonGuildMemberBansHasBeenExceeded, diff --git a/rest/common.ts b/rest/common.ts index c9181da76..5e29e62f2 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -102,7 +102,7 @@ export enum RESTJSONErrorCodes { GuildAlreadyHasTemplate = 30031, MaximumNumberOfApplicationCommandsReached, - MaximumThreadParticipants, + MaximumThreadParticipantsReached, MaximumDailyApplicationCommandCreatesReached, MaximumNumberOfNonGuildMemberBansHasBeenExceeded,