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