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
196 stars 131 forks source link

Error whenever I start #17

Closed clearlymas closed 3 years ago

clearlymas commented 3 years ago

I want to check out this bot and see the damage it does to a server but whenever I run mainbomb.py I get the following error.

File "c:/Users/----/Desktop/Guildbomb-Discord-Raid-Bot-master/Guildbomb/mainbomb.py", line 5, in intents = discord.Intents.all() AttributeError: module 'discord' has no attribute 'Intents'

then the bot remains offline.

TKperson commented 3 years ago

you need to update your discord.py package try pip install discord -U

AstroOrbis commented 3 years ago

pip3 install discord -u

ARealWant commented 3 years ago

pip3 install discord -u

Note that it has to contain the here mentioned python version-number (3) while using pip on e.g. Linux.