Skip to content
hananelroe edited this page May 15, 2022 · 4 revisions

Welcome to the muck-chains-stopper-bot wiki!

a quick explanation about each file:

muckbot.py: the main script, holds most of the logic.

prefernces.json: here you write your bot's credentials, and control a few settings

console.py: holds the logic for the console

colors.py: allows us to control the output's colors more conveniently

muckCounter.py: just like muckbot.py, but counts chains instead of replying to them

if you want to read the code, I recommend start reading it from the main() function in muckbot.py

how to use console control:

type "console" and press ENTER. you've now entered console mode. try typing "help" for the commands list! just keep in mind that the bot doesn't run while you are in console mode

Clone this wiki locally