nukebot / discord-nuke-bot

a simple but efficient discord bot for nuking servers!
https://github.com/nukebot/discord-nuke-bot
128 stars 172 forks source link

Missing module. #11

Open Vinnerino opened 3 years ago

Vinnerino commented 3 years ago

Upon entering in the "py -3.5 [BOTNAME].py (I actually put the bot name), it greets me with the following. -3.5 Hostile.py Traceback (most recent call last): File "Hostile.py", line 1, in import discord ImportError: No module named 'discord' Anyone know a fix? (Hostile is the file/program name).

TKperson commented 3 years ago

open your cmd and type pip install discord you need pip to be in your PATH (by default it should be in your PATH when installing).

wrath3k commented 3 years ago

im having the same issue and it says the requirement is already satisfied despite it claiming i dont have it. :/

wrath3k commented 3 years ago

im having the same issue and it says the requirement is already satisfied despite it claiming i dont have it. :/

using standard $python [BOTNAME].py worked for me but i havent tested commands yet edit: commands do not work, trying to re installl python 3.5.3