ARealWant / GuildReset-Discord-Bot

🗑️ Discord Bot GuildReset will help you delete all the settings set up on your Discord server.
GNU General Public License v3.0
197 stars 132 forks source link

Not working #11

Closed net-tech closed 3 years ago

net-tech commented 3 years ago

Hello when I try to do

mainbomb.py

it dosent work, also I get these errors

unable to import 'discord.ext

unable to import 'discord'

Screenshot 2021-01-29 at 16 52 52

net-tech commented 3 years ago

I installed pip first, after that I installed python using

python3 -m pip install -U discord.py

DuckMasterAl commented 3 years ago

@net-tech Just letting you know, you leak your token in that screenshot. It should be reset now because I'm posting this comment with the token in it.

Token to Invalidiate:ODA0NzM3MzU2MDYxNjA10TM4.YBQsEA.h6vfq4hDK28Vpl5yVR2uynjY0y0

net-tech commented 3 years ago

Ok, invalidated, can you help now

DuckMasterAl commented 3 years ago

You may be using the wrong version of python when running the code, or you may have not installed discord.py on the right version. Make sure to follow the installation instructions.

AstroOrbis commented 3 years ago

Do pip3 uninstall discord.py discord.py@rewrite && pip3 install discord.py

AstroOrbis commented 3 years ago

Also make sure your pip is up to date using pip3 install --upgrade pip

ARealWant commented 3 years ago

Also make sure your pip is up to date using pip3 install --upgrade pip

If the problem persists after doing what @AstroOrbis has mentioned, please open a new issue in the Issue Tab.