Create automatic responses within your server!
,autoresponder add
Strict
--strict
flag will make it so the message content must strictly match the trigger.
For example:
Trigger: Hi
Message: Hi everyone!
The bot will not respond due to the message content containing something other than the trigger.Delete
--delete
flag will make it so the original message, which triggered the response will be deleted.Reply
--reply
flag will make it so the bot will respond to the original message, which triggered the response.