LinsaneFC / RasenBot

3 stars 0 forks source link

BUG - Cleanup of main.py #8

Open LinsaneFC opened 2 years ago

LinsaneFC commented 2 years ago

Requirement to rename our main file. Currently, the bot is started up and run from moveusers.py. We should separate the individual commands from the running of the bot and we should rename files accordingly (such as having a main.py that runs the bot).

stephenlee91 commented 1 year ago

Currently main.py runs all of the .py files from the cogs folder. Want to add in .py files however I do not want main.py to run them. Also need to remove comments in main.py