Overview
The autoresponder lets you create automatic trigger-response pairs. When a member sends a message containing a specific keyword or phrase, pom automatically replies with your configured response. Responses can be plain text or rich embeds using the embed scripting system. This is useful for answering frequently asked questions, creating fun server interactions, or providing quick info when specific topics come up.Adding an Autoresponder
| Parameter | Type | Required | Description |
|---|---|---|---|
trigger | Text | Yes | The keyword or phrase that triggers the response (comma-separated from the response) |
response | Text or embed script | Yes | What pom replies with. Supports embed scripting and variables |
The trigger and response are separated by a comma. Everything before the first comma is the trigger; everything after is the response.
