replyAuto Responders

Automatically respond to trigger messages.

Creating an auto responder

You can create an auto responder with the autoresponder add command.

circle-exclamation
circle-info

The message parameter can be raw text or an embedarrow-up-right with dynamic variables.

Syntax: ;autoresponder add [response]
Example: ;autoresponder add hello, hello world --not_strict --delete --reply

Available flags

chevron-rightNot stricthashtag

The --not_strict flag will search for the trigger anywhere in the message. For example, if the trigger is hello, it will respond to hello there.

chevron-rightDelete triggerhashtag

The --delete flag will delete the trigger message after the response is sent.

chevron-rightReply to triggerhashtag

The --reply flag will reply to the trigger message.

Removing an auto responder

You can remove an auto responder with the autoresponder remove command.

Viewing all auto responders

You can use the autoresponder list command to view all auto responders.

Removing all auto responders

You can use the autoresponder clear command to remove all auto responders.

Restricting auto responders

You can restrict an auto responder to a specific user, channel or role with the autoresponder allow command.

Disabling auto responders

You can disable an auto responder in a specific channel or for a specific role/user with the autoresponder deny command.

Last updated