Skip to content

Commit

Permalink
feat(RESTJSONErrorCodes): add error 30042
Browse files Browse the repository at this point in the history
  • Loading branch information
suneettipirneni committed Jan 25, 2022
1 parent 56d3975 commit 33efc10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deno/rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ export enum RESTJSONErrorCodes {
MaximumNumberOfStickersReached = 30039,
MaximumNumberOfPruneRequestsHasBeenReached,

MaximumNumberOfGuildWidgetSettingsUpdatesReached = 30042,

MaxmimumNumberOfEditsToMessagesOlderThanOneHourReached = 30046,

Unauthorized = 40001,
Expand Down
2 changes: 2 additions & 0 deletions rest/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ export const enum RESTJSONErrorCodes {
MaximumNumberOfStickersReached = 30039,
MaximumNumberOfPruneRequestsHasBeenReached,

MaximumNumberOfGuildWidgetSettingsUpdatesReached = 30042,

MaxmimumNumberOfEditsToMessagesOlderThanOneHourReached = 30046,

Unauthorized = 40001,
Expand Down

0 comments on commit 33efc10

Please sign in to comment.