Skip to content

Commit f2c3451

Browse files
authored
feat(RESTJSONErrorCodes): add error 30032 (#521)
1 parent d503c71 commit f2c3451

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deno/rest/common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ export enum RESTJSONErrorCodes {
101101
MaximumNumberOfServerCategoriesReached = 30030,
102102

103103
GuildAlreadyHasTemplate = 30031,
104-
105-
MaximumThreadParticipants = 30033,
104+
MaximumNumberOfApplicationCommandsReached,
105+
MaximumThreadParticipants,
106106

107107
MaximumNumberOfNonGuildMemberBansHasBeenExceeded = 30035,
108108

rest/common.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ export enum RESTJSONErrorCodes {
101101
MaximumNumberOfServerCategoriesReached = 30030,
102102

103103
GuildAlreadyHasTemplate = 30031,
104-
105-
MaximumThreadParticipants = 30033,
104+
MaximumNumberOfApplicationCommandsReached,
105+
MaximumThreadParticipants,
106106

107107
MaximumNumberOfNonGuildMemberBansHasBeenExceeded = 30035,
108108

0 commit comments

Comments
 (0)