You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adjust the commands to how python is setup in your machine.
python3 -m pip uninstall discord -y
python3 -m pip install discord.py-self
Your error shows that you're using discord.py which is a different library than discord.py-self. This library uses discord.py-self, a version of discord.py but for selfbots, aka user accounts.
What could be the problem?
The text was updated successfully, but these errors were encountered: