diff --git a/types/shared.ts b/types/shared.ts index 67e8c2c1f..e1084af0d 100644 --- a/types/shared.ts +++ b/types/shared.ts @@ -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,