-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError #5
Comments
Well I figuered out i just had to pip3 discord.py and that solved that but now i get a different error after it starts correctly. Ignoring exception in on_message |
I have the same error about channel msg with RunOnTarget.py Ignoring exception in on_message |
Just edit RunOnTarget.py and enter the code below |
I forked the repository, fixed the bug, fixed some more bugs and made it possible to navigate the filesystem |
When You run the runontarget.py i get this error message.
$python3 RunOnTarget.py
Traceback (most recent call last):
File "RunOnTarget.py", line 3, in
import discord
ModuleNotFoundError: No module named 'discord'
Any Help?
Thanks
The text was updated successfully, but these errors were encountered: