Automatically sends extra follow-up messages right after a ticket's main message. Ideal for rules, next steps, billing info, terms of service, staff utilities, etc.
- User opens a ticket.
- The main ticket message is sent (with the buttons).
- This plugin checks
config.jsonfor a matchingoptionentry. - For every message id listed there (max 5) it loads the embed data from
messages.jsonand sends them in order.
config.jsonLinks a ticket option id to up to 5 follow-up message ids.messages.jsonDefines each follow-up (plain text + pings + optional embed).
- In
config.jsonreplace the exampleoptionvalues (e.g.example-option-id-1,example-option-id-2) with your real ticket option ids you want to have follow-ups (they must already exist in your Open Ticket setup). - In
messages.jsonduplicate an object to add a new follow-up; give it a uniqueid(3–40 chars, alphanumeric without spaces) and customize fields. - In
config.jsonadd the new id inside themessagesarray of the option where you want this message to be sent (max 5 per option). - Restart the bot.