{}
Alternative names for the command that can be used to call it.
aliases?: string[]
The interval in which expired cooldown data should be cleared, in seconds. Defaults to 10 minutes.
cooldownCleanupRate?: number
The cooldown of the command for everyone, in seconds.
globalCooldown?: number
Whether the command name should be case-insensitive. Case-sensitive by default.
ignoreCase?: boolean
The cooldown of the command per user, in seconds.
userCooldown?: number
Properties
cooldownCleanupRate
Type: ?number
The interval in which expired cooldown data should be cleared, in seconds. Defaults to 10 minutes.
ignoreCase
Type: ?boolean
Whether the command name should be case-insensitive. Case-sensitive by default.