Creating an auto-responder

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.
,autoresponder add (trigger, message)

Flags

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.
Using the --delete flag will make it so the original message, which triggered the response will be deleted.
Using the --reply flag will make it so the bot will respond to the original message, which triggered the response.

Deleting an Auto-Responder

,autoresponder remove (trigger)

List all Auto-Responders

,autoresponder list