QuartzWarrior / UnbelievaBoat-AUTO

Automate UnbelievaBoat bot on Discord
MIT License
3 stars 3 forks source link

Client.__init__() missing 1 required keyword-only argument: 'intents' #2

Closed PranshuS27 closed 6 months ago

PranshuS27 commented 6 months ago
image

It was working fine yesterday, but it keeps crashing today and when I open it up in PyCharm this is the error I get. I think it may be due to it not importing discord.py-self and instead the regular discord.py, because I don't think discord.py-self needs intents, but I have no experience with discord bots so I'm not sure and I've uninstalled the regular discord.py (checked w/ pip list and the discord.py-self package is all that shows up).

PranshuS27 commented 6 months ago

Never mind it looks like the issue was solely PyCharm trying to force the actual discord package for whatever reason.

QuartzWarrior commented 6 months ago

Yeah, I've had issues with pycharm doing that in the past. Good to see you found the solution. Any thing you want me to add to this bot?