chore: add error code 20028 (#3)

This commit is contained in:
Advaith
2020-09-07 03:33:19 -07:00
committed by GitHub
parent 5e3e1016b5
commit 7b6a2f577e

View File

@@ -33,6 +33,8 @@ export enum RESTJSONErrorCodes {
BotsCannotUseThisEndpoint = 20001,
OnlyBotsCanUseThisEndpoint,
ChannelSendRateLimit = 20028,
MaximumNumberOfGuildsReached = 30001,
MaximumNumberOfFriendsReached,
MaximumNumberOfPinsReachedForTheChannel,