UNPKG

@biskyjs/framework

Version:
34 lines 1.54 kB
export declare enum Identifiers { CommandDisabled = "commandDisabled", ArgsMissing = "argsMissing", ArgsUnavailable = "argsUnavailable", ArgumentBooleanError = "booleanError", ArgumentFloatError = "floatError", ArgumentFloatTooLarge = "floatTooLarge", ArgumentFloatTooSmall = "floatTooSmall", ArgumentHyperlinkError = "hyperlinkError", ArgumentIntegerError = "integerError", ArgumentIntegerTooLarge = "integerTooLarge", ArgumentIntegerTooSmall = "integerTooSmall", ArgumentNumberError = "numberError", ArgumentNumberTooLarge = "numberTooLarge", ArgumentNumberTooSmall = "numberTooSmall", ArgumentStringTooLong = "stringTooLong", ArgumentStringTooShort = "stringTooShort", ArgumentEnumEmptyError = "enumEmptyError", ArgumentEnumError = "enumError", ArgumentChannelError = "channelError", ArgumentUserError = "userError", ArgumentMemberError = "memberError", ArgumentMessageError = "messageError", PreconditionsNsfw = "preconditionNsfw", PreconditionCooldown = "preconditionCooldown", PreconditionDMChannel = "preconditionDMChannel", PreconditionGroupChannel = "preconditionGroupChannel", PreconditionTextChannel = "preconditionTextChannel", PreconditionServer = "preconditionServer", PreconditionClientPermissions = "preconditionClientPermissions", PreconditionUserPermissions = "preconditionUserPermissions", PreconditionMissingRunHandler = "PreconditionMissingRunHandler" } //# sourceMappingURL=identifiers.d.ts.map