$reply
to make the bot reply to specific message
Usage
$reply[messageID (optional); mention on reply (yes/no, default is no)]
Example (Reply to user message with ping):
Hello $username
$reply[$messageID;yes]
Output
Example (Reply to user message without ping):
Hello $username
$reply[$messageID;no]