Error in console:
itzTurbo opened this issue · 3 comments
itzTurbo commented
When I try running it, I receive this error:
File "main.py", line 6, in <module>
from tasks.check_punishments import check_punishments
ModuleNotFoundError: No module named 'tasks.check_punishments'
Column01 commented
This probably has to do with the fact you are running it incorrectly.
I'll be adding instructions on how to run it, but you should just need to place your token in a file called token.txt
in the root folder of the bot and then run the bot using python bot.py
in a command prompt
Column01 commented
Short setup here: https://github.com/Column01/Discord-Moderation-Bot#running-the-bot
Column01 commented
Please reply if you have further issues, closing for now