Create automatic responses within your server!
An auto-responder can be created by using ,autoresponder add
The response can be an embed or a regular message.
A comma must separate the message and the trigger.
Strict
Using the --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
Using the --delete
flag will make it so the original message, which triggered the response will be deleted.
Reply
Using the --reply
flag will make it so the bot will respond to the original message, which triggered the response.