. Main method that runs the bot.
graph TB a["get environment variable values"] --> b; b["initialize global objects/variables"] --> c; c["initialize database"] --> d; d["initialize message parser"] --> e; e["connect bot logic with Twitch triggers"] --> f["initialize timers"];
Logger (used for logging).
The configuration information.
Generated using TypeDoc
. Main method that runs the bot.