$message
Returns the user's message, with arguments
If this function is called on a slash command, it will contain the value of either given option index or all the option values
$message or $message[number]
Usage: Example:
User Text: !cmd Hello World, How are you?
$message will be replaced with
Hello World, How are you?
$message[1] will beHello
$message[2] will beWorld
$message[2+] will beWorld, How are you?