feat(RESTJSONErrorCodes): add error 20024 (#480)

This commit is contained in:
Suneet Tipirneni
2022-06-27 16:36:00 -04:00
committed by GitHub
parent b2eeb3f27b
commit 34908aa4ce
2 changed files with 4 additions and 0 deletions

View File

@@ -70,6 +70,8 @@ export enum RESTJSONErrorCodes {
AnnouncementEditLimitExceeded = 20022,
UnderMinimumAge = 20024,
ChannelSendRateLimit = 20028,
ServerSendRateLimit,

View File

@@ -70,6 +70,8 @@ export enum RESTJSONErrorCodes {
AnnouncementEditLimitExceeded = 20022,
UnderMinimumAge = 20024,
ChannelSendRateLimit = 20028,
ServerSendRateLimit,