fix(types): add code 40060 to JsonErrorCodes (#2038)

This commit is contained in:
LTS20050703
2022-02-12 00:31:56 +07:00
committed by GitHub
parent 3f432caef6
commit fd4e0c05be

View File

@@ -85,6 +85,7 @@ export enum JsonErrorCodes {
TargetUserIsNotConnectedToVoice = 40032,
ThisMessageHasAlreadyBeenCrossposted = 40033,
AnApplicationCommandWithThatNameAlreadyExists = 40041,
InteractionHasAlreadyBeenAcknowledged = 40060,
MissingAccess = 50001,
InvalidAccountType,
CannotExecuteActionOnADMChannel,