Skip to content

$commandExists

Checks if a command exists within your bot.

Usage

$commandExists[name]

Parameters

FieldTypeDescriptionRequired?
namestringName of the command to checktrue

Example

Returns true if the command help exists otherwise false if it does not.

$commandExists[help]