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).
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
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).