-
Notifications
You must be signed in to change notification settings - Fork 9
Quick Start Guide
EverOddish edited this page Oct 23, 2019
·
4 revisions
- The username and password for the admin site is "admin" and "admin"
- A Command defines the text that a Twitch user types to invoke a command (starting with "!")
- DrFujiBot comes with a set of built-in Commands, and custom Commands can be defined
- Each Command has a permission value and an optional "Simple output"
- Each Command's permission value includes all permissions above it (for example, a Subscriber Only command can also be used by a Moderator)
- Simple outputs are defined separately from Commands, but can be defined at the same time as a new Command
- Several Commands can point to the same Simple output (command aliases)
- Timed messages point to a Simple output and contain an interval in minutes for repeated output
- A Command and a Timed message can point to the same Simple output