Skip to content

Files: Triggers.yml

Amy edited this page Dec 15, 2023 · 3 revisions

All your triggers go in this file, if you edit it while your bot is running you must use /helper reload or !reload (depending on your Prefix setting) to reload the triggers list, or restart the bot. Check the Trigger Types and Common Options pages for what options you can use.

ExampleResponse:
  Type: TEXT
  Response: "This is the example response message!"
  Triggers:
  - "Helper bot test"
  - "Testing Helper Bot"
  Strict: false
  Reply: true
  Cooldown: 30

Internal Name

The Internal name of the trigger must be a unique name, and cannot contain spaces, it is not used anywhere apart from for the bot to distinguish between different triggers, so it can be set to anything

InternalName:

Type

The type of your response.

  • TEXT A basic text response.
  • RANDOM Picks a random response from a list.
  • EMBED A configurable embed message as a response.
InternalName:
  Type: EMBED