How to add an autoresponder

autoresponder add is used to add an autoresponder into your server. They can be either raw text or an embed.

// Adding a text autoresponder without parameters
autoresponder add [trigger], [response]
autoresponder add welc, welcome to the server!

// Adding a text autoresponder with parameters
autoresponder add welc, welcome to the server! --reply

// Adding an embed autoresponder without parameters
autoresponder add welc, {embed}$v{title:Welcome}$v{description: welcome to the server!}

// Adding an embed autoresponder with parameters
autoresponder add welc, {embed}$v{title:Welcome}$v{description: welcome to the server!} --reply

Parameters

Parameters are appended onto the end of the command.
ParameterFunction
--replybleed will reply to the trigger message.
--deletebleed will delete the trigger message after posting the response.
--self_destruct 6bleed will automatically delete the response after a set amount of time (6 seconds minimum).
--not_strictbleed will respond if the trigger message is included anywhere in a sentence, rather than it having to be that exact message.
--ignore_command_checkbleed will ignore the check for if your trigger message is already a pre-existing bleed command, as it wouldn’t trigger if this is the case.
If on mobile, make sure to use -- as such devices may automatically autocorrect it to , which won’t function.

Image Examples

Adding a text autoresponder with the reply parameter

Adding an embed autoresponder with the not_strict parameter