Skip to main content

Creating an auto responder

You can create an auto responder with the response add command.
The trigger and response must be separated by a comma (,).
The message parameter can be raw text or an embed with dynamic variables.
;response add (trigger, response) [--flags]

Available flags

The following flags can be used to customize the response
The --not_strict flag will search for the trigger anywhere in the message. For example, if the trigger is bleh, it’ll respond to bleh blah.
The --reply flag will reply to the trigger message.
The --delete flag will delete the response after a certain amount of time.

Removing an auto responder

You can remove an auto responder with the response remove command.
If you’re struggling to remove an auto responder, join the support server.
;response remove (trigger)

You can use the response edit command to update an auto responder.
This command uses a series of subcommands.
You can use the response reset command to remove all auto responders.
You can use the response view command to view all the auto responders.
I