Skip to main content

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

,autoresponder add <trigger>, <response>
ParameterTypeRequiredDescription
triggerTextYesThe keyword or phrase that triggers the response (comma-separated from the response)
responseText or embed scriptYesWhat 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.

Managing Autoresponders

List

View all configured autoresponders for the server.
,autoresponder list

Remove

Delete a specific autoresponder by its trigger.
,autoresponder remove <trigger>

Clear

Remove all autoresponders from the server.
,autoresponder clear

Tips

Autoresponders are case-insensitive — a trigger of “hello” will match “Hello”, “HELLO”, and “hElLo”.
Use embed scripting to make autoresponder replies look professional. For example, you can create an FAQ autoresponder that replies with a formatted embed containing useful links and information.
Be careful with short or common triggers — a trigger like “hi” will fire on every message containing those two letters, including words like “this” or “higher”.