feat(RESTJSONErrorCodes): add error 30032 (#521)

This commit is contained in:
Almeida
2022-07-13 18:52:11 +01:00
committed by GitHub
parent d503c71252
commit f2c3451c2a
2 changed files with 4 additions and 4 deletions

View File

@@ -101,8 +101,8 @@ export enum RESTJSONErrorCodes {
MaximumNumberOfServerCategoriesReached = 30030,
GuildAlreadyHasTemplate = 30031,
MaximumThreadParticipants = 30033,
MaximumNumberOfApplicationCommandsReached,
MaximumThreadParticipants,
MaximumNumberOfNonGuildMemberBansHasBeenExceeded = 30035,

View File

@@ -101,8 +101,8 @@ export enum RESTJSONErrorCodes {
MaximumNumberOfServerCategoriesReached = 30030,
GuildAlreadyHasTemplate = 30031,
MaximumThreadParticipants = 30033,
MaximumNumberOfApplicationCommandsReached,
MaximumThreadParticipants,
MaximumNumberOfNonGuildMemberBansHasBeenExceeded = 30035,