Skip to main content
Auto Commands let you set up Burger Bot to watch for specific keywords or phrases and automatically respond with a predefined message or command output — no human moderator required. Whether you want to answer frequently asked questions, post links to important resources, or trigger bot commands automatically, Auto Commands make it possible.

How Auto Commands Work

When a message is sent in a monitored channel, Burger Bot scans the content for any registered trigger phrases. If a match is found, Burger Bot sends the configured response to the target channel. Responses can be plain text, embeds, or even other Burger Bot command outputs.

Setup

1

Open Burger Bot Configuration

Run the following command in any channel where Burger Bot is active:
/config
This opens the main Burger Bot configuration panel.
2

Navigate to Auto Commands

From the configuration panel, select:Automation → Auto CommandsYou’ll see a list of any existing auto commands and an option to add new ones.
3

Add a Trigger

Click Add Auto Command and enter a trigger keyword or phrase. Triggers are not case-sensitive by default.Examples of useful triggers:
  • "how do i apply" → Links to your application channel
  • "session rules" → Posts your session rules embed
  • "discord link" → Posts your ERLC group link
Keep triggers specific enough to avoid false positives. A trigger like "rules" might fire too often, while "post the rules" or "what are the rules" is more deliberate.
4

Set the Response

Enter the response Burger Bot will send when the trigger is detected. Response options include:
  • Plain text — A simple text message
  • Embed — A formatted embed with title, description, color, and optional fields
  • Command output — Trigger another Burger Bot command as the response (e.g., auto-post the session schedule)
Responses support Discord markdown formatting.
5

Set a Target Channel (Optional)

By default, Burger Bot responds in the same channel where the trigger was detected. You can override this by specifying a target channel — useful if you want all auto-command responses funneled into a dedicated #bot-responses channel.
If you set a target channel, the response will always be sent there regardless of where the trigger message was posted.
6

Enable or Disable the Auto Command

Each auto command has an individual enable/disable toggle. You can disable an auto command temporarily (e.g., during a special event) without deleting it. Re-enable it at any time from the Auto Commands configuration panel.

Managing Existing Auto Commands

From the Automation → Auto Commands panel you can:
  • View all configured triggers and their responses
  • Edit any existing auto command’s trigger, response, or target channel
  • Disable/Enable individual auto commands without deleting them
  • Delete auto commands that are no longer needed

Best Practices

PracticeWhy It Helps
Use specific, multi-word triggersReduces accidental fires from partial matches
Assign a dedicated response channelKeeps auto replies from cluttering main channels
Disable unused commands instead of deletingLets you re-enable seasonally relevant commands quickly
Test new triggers in a staff-only channel firstConfirms the response looks correct before going live
Auto Commands respond to all messages that contain the trigger phrase, including messages from staff and admins. Make sure your triggers are deliberate and specific to avoid unexpected bot responses during normal conversations.