dolfies / discord.py-self

A fork of the popular discord.py for user accounts.
https://discordpy-self.rtfd.io/en/latest/
MIT License
665 stars 155 forks source link

TypeError: BotBase.__init__() missing 1 required keyword-only argument: 'intents' #499

Closed dixlyn closed 1 year ago

dixlyn commented 1 year ago

Summary

discord.py-self

Reproduction Steps

broken for selfbot

Code

No response

Expected Results

supposed to run the selfbot

Actual Results

TypeError: BotBase.init() missing 1 required keyword-only argument: 'intents'

System Information

Checklist

Additional Information

No response

dolfies commented 1 year ago

You are not using discord.py-self. You probably have both installed in the same environment, which is not possible as they both use the same namespace. Read the README, specifically the Using with Upstream section.