Open mdielacher opened 4 years ago
Hey! I have a Issue with ur bot..
When I run: python3 main.py
Traceback (most recent call last): File "main.py", line 1, in from src.bot import Bot ModuleNotFoundError: No module named 'src'
How can I solve it?
Thanks in advance! Ur code is lit! :D
You can easily solve this issue by removing the "src" part from all the imports
Hey! I have a Issue with ur bot..
When I run: python3 main.py
Traceback (most recent call last): File "main.py", line 1, in
from src.bot import Bot
ModuleNotFoundError: No module named 'src'
How can I solve it?
Thanks in advance! Ur code is lit! :D