Autoresponses
Set up automatic responses that trigger when messages contain specific text. Create, edit, and manage trigger/response pairs.
What are autoresponses?
Autoresponses send a predefined reply when a message contains a specific trigger phrase. They run automatically on every message in your server.
Use autoresponses for FAQs, server info shortcuts, or fun responses. Only admins can create and manage autoresponses.
Creating an autoresponse
Use the /autoresponse add command to create a new autoresponse.
Usage
/autoresponse create <trigger> <response>
Example
/autoresponse create hello Welcome to the server! Check out #rules to get started.
trigger. The text to match against incoming messages. Must be 2-100 characters.
response. The reply Nevi sends when the trigger is matched. Up to 2000 characters.
Managing autoresponses
| Command | What It Does |
|---|---|
/autoresponse list | View all autoresponses |
/autoresponse remove <trigger> | Delete an autoresponse |
/autoresponse edit <trigger> <new response> | Update the response for an existing trigger |
How matching works
Triggers are case-insensitive. The trigger text must appear anywhere in the message as an exact substring match, not a word-boundary match.
Example: trigger "hello"
"hello there" matches
"oh hello!" matches
"HELLO WORLD" matches (case-insensitive)
"hey there" does not match
Tips
Use specific triggers
Avoid short or common words that match too often. "server rules" is better than "rules" as a trigger because it won't fire on every message that mentions rules in passing.
FAQ shortcuts
Set up autoresponses for common questions like "how do I level up" or "what are the server rules" to save your moderators time.
Combine with other features
Use autoresponses for quick info while custom commands handle more complex logic. Autoresponses are best for simple, static replies.
Related Commands
/autoresponsemanagementRequires adminManage automatic response triggers