Interface CommandOptions

Hierarchy

  • CommandOptions

Properties

additionalCheck?: ((context) => boolean)

Type declaration

    • (context): boolean
    • Parameters

      • context: CommandMessageParams

      Returns boolean

aliases?: string[]
args?: CommandArg[]
botPermissions?: string[]
category?: string
cooldownMS?: number
description?: string
name: string
operatorOnly?: boolean
premiumUserLevel?: string
serverOwnerOnly?: boolean
serverPremiumLevel?: string
usage?: string
userRole?: StoredRoleType

Generated using TypeDoc