refactor(RESTJSONErrorCodes): use MaximumThreadParticipantsReached instead in error code 30033 (#540)

BREAKING CHANGE: `MaximumThreadParticipants` was renamed to `MaximumThreadParticipantsReached` for consistency with the rest of the codes
This commit is contained in:
MateoDeveloper
2022-07-26 04:13:34 -05:00
committed by GitHub
parent cb6d4bacc4
commit cecf17b415
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ export enum RESTJSONErrorCodes {
GuildAlreadyHasTemplate = 30031,
MaximumNumberOfApplicationCommandsReached,
MaximumThreadParticipants,
MaximumThreadParticipantsReached,
MaximumDailyApplicationCommandCreatesReached,
MaximumNumberOfNonGuildMemberBansHasBeenExceeded,

View File

@@ -102,7 +102,7 @@ export enum RESTJSONErrorCodes {
GuildAlreadyHasTemplate = 30031,
MaximumNumberOfApplicationCommandsReached,
MaximumThreadParticipants,
MaximumThreadParticipantsReached,
MaximumDailyApplicationCommandCreatesReached,
MaximumNumberOfNonGuildMemberBansHasBeenExceeded,