Skip to content
hananelroe edited this page May 3, 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, activated if typing "console" when running muckbot.py

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

Clone this wiki locally