From 7b6a2f577e841a201268b54829b0b96c0246bd61 Mon Sep 17 00:00:00 2001 From: Advaith Date: Mon, 7 Sep 2020 03:33:19 -0700 Subject: [PATCH] chore: add error code 20028 (#3) --- common/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/index.ts b/common/index.ts index 9e5243ba..0b9667b8 100644 --- a/common/index.ts +++ b/common/index.ts @@ -33,6 +33,8 @@ export enum RESTJSONErrorCodes { BotsCannotUseThisEndpoint = 20001, OnlyBotsCanUseThisEndpoint, + ChannelSendRateLimit = 20028, + MaximumNumberOfGuildsReached = 30001, MaximumNumberOfFriendsReached, MaximumNumberOfPinsReachedForTheChannel,