Keywords
Keywords allow the bot to automatically reply when a user says a specific word or phrase in chat, without needing a ! prefix.
Use keywords for frequently asked questions or fun easter eggs.
Examples
Section titled “Examples”- Trigger:
discord - Response:
Join our community server at discord.gg/example! - Result: Anytime someone says “discord” (case-insensitive usually), the bot replies.
Configuration
Section titled “Configuration”Manage keywords in the Keywords tab of the dashboard.
- Click Add Keyword.
- Enter the Trigger phrase.
- Enter the Response.
- Enable or Disable as needed.
Be careful with common words to avoid spamming the chat.
API Reference
Section titled “API Reference”Get Keywords
Section titled “Get Keywords”Endpoint: GET /api/keywords
Response: Array of Keyword objects.
Create Keyword
Section titled “Create Keyword”Endpoint: POST /api/keywords
Payload:
{ "trigger": "discord", "response": "Join us!", "enabled": true}Delete Keyword
Section titled “Delete Keyword”Endpoint: DELETE /api/keywords/:id