add: NoUsersWithDiscordTagExist error code

This commit is contained in:
ITOH
2021-05-12 09:18:28 +02:00
parent 0d5dd0d605
commit 85dfefcbd0

View File

@@ -103,6 +103,7 @@ export enum DiscordJsonErrorCodes {
InvalidThreadNotificationSettings,
BeforeValueIsEarlierThanTheThreadCreationDate,
TwoFactorIsRequiredForThisOperation = 60003,
NoUsersWithDiscordTagExist = 80004,
ReqctionWasBlocked = 90001,
ApiResourceIsCurrentlyOverloadedTryAgainALittleLater = 130000,
}