$isSlash
Returns whether the command was ran as a slash command or not.
🧙♂️ 'true' means the command was ran as a slash command, 'false' means it wasn't.
Usage
$isSlash
Example
$nomention
$if[$isSlash==true]
$message[text]
$else
$message
$endif