$message
Returns the user's message, with arguments
$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?