BREAKING: rename the error. Closes #2086

This commit is contained in:
Skillz4Killz
2022-03-20 14:14:10 +00:00
committed by GitHub
parent 1af931f900
commit 2c7c36a53c

View File

@@ -706,7 +706,8 @@ export enum JsonErrorCodes {
UnknownSticker,
UnknownInteraction = 10062,
UnknownApplicationCommand = 10063,
UnknownApplicationCommandPermissions = 10066,
UnknownVoiceState = 10065,
UnknownApplicationCommandPermissions,
UnknownStageInstance,
UnknownGuildMemberVerificationForm,
UnknownGuildWelcomeScreen,
@@ -764,7 +765,7 @@ export enum JsonErrorCodes {
CannotEditMessageAuthoredByAnotherUser,
CannotSendAnEmptyMessage,
CannotSendMessagesToThisUser,
CannotSendMessagesInAVoiceChannel,
CannotSendMessagesInANonTextChannel,
ChannelVerificationLevelIsTooHighForYouToGainAccess,
OAuth2ApplicationDoesNotHaveABot,
OAuth2ApplicationLimitReached,