How it Works
When a user’s message contains a specific Trigger, Flamey will reply with your defined Response.Creating an Auto Responder
1
Navigate
Go to Dashboard > Configuration > Messages > Auto Responders.
2
Add New
Click “Create Responder”.
3
Set Trigger
Enter the phrase to listen for (e.g.,
!ip, how to join, help).
4
Set Response
Enter the message Flamey should send back.
5
Match Type
Choose how strictly to match the trigger:
- Exact: Message must equal the trigger exactly.
- Contains: Message must contain the trigger anywhere.
- StartsWith: Message must start with the trigger.
Advanced Options
Wildcards & Variables
Wildcards & Variables
You can use
{user} in the response to mention the person who triggered it.Example:
Trigger: hello bot
Response: Hello {user}! 👋