Links
Comment on page

Auto-Response

This feature provide an easy way to add auto-response messages on your servers.

Create an automatic response

Just run the command on your discord server: /autoresponse add <regex> <response>
Here is an explanation of each argument:
  1. 1.
    <regex> - The regex pattern iTranslator will look to match to any message sent on your discord server.
  2. 2.
    <response> - The response that is gonna be sent back when the regex is matched. You can use groups that you created with the regex pattern in the response using this format: {n}, with n starting from 0.

Delete an automatic response

Simply run the command on your discord server: /autoresponse delete <id>
The ID of a autoreponse can be found using /autoresponse list then /autoresponse show <id> to be sure the autoresponse you are trying to delete is the right one.