Skip to main content

Overview

Autoresponders let you set up keyword triggers that bli will automatically respond to. You can use raw text, variables, or full embed code in the response.

Creating an autoresponder

;autoresponder add trigger:(trigger) reply:(response) [mode:] [embed:] [delete:]
The response supports variables and embed scripting.

Match modes

The message must exactly match the trigger. For example, trigger hello only fires when someone sends exactly hello.
Use mode:contains to fire the responder when the trigger appears anywhere in the message.
;autoresponder add trigger:help reply:need help? check {channel.mention}! mode:contains
Use mode:startswith to fire when the message begins with the trigger.

Removing an autoresponder

;autoresponder remove (trigger)

Editing an autoresponder

;autoresponder editreply (trigger) (new response)
;autoresponder editmatchmode (trigger) (mode)
;autoresponder list
;autoresponder show (trigger)
;autoresponder showraw (trigger)
;autoresponder reset