This is a simple custom Firebot script to use in a command to allow a quick chat message that summarizes custom commands that start with a "!" and a specified tag.
To use this:
- Ensure your bot connection is configured in Firebot. If you don't have a bot, you should be able to edit the script (carefully) by searching for
chatter:"Bot"
in the script, and replacingBot
withStreamer
. I have not tested this too much because I do have a bot account. - Copy this into your
scripts
folder to make it available (e.g.C:\Users\<username>\AppData\Roaming\Firebot\v5\profiles\Main Profile\scripts
). (There is a simple batch file that will do this in most cases in the distribution.) - Tag all custom commands that should be listed by the trigger with a custom tag - I use
drops
. - Create a new custom command with the desired trigger, e.g.
!drops
- Add a
Run Custom Script
effect. - Select the
firebotDropListCommand.js
entry in theScript
dropdown list. - Set the desired tag under
Settings
.
You should now be able to trigger the list of commands to be sent as your bot user.
I created this because I have a lot of sound triggers and I wanted to have a more compact view than !commands gives.
This has minimal error handling; it's quick and dirty, but it does what I need.