-
When I install this module it overwrites the normal discord.py. I want to run a selfbot as well as a normal bot with this module. How can I do that I tried this but doesn't work
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Both libraries have the same name, and with Python it's impossible to use more than 1 library with the same name, that's why it overwrites it. So you're gonna have to choose to use one out of those 2. |
Beta Was this translation helpful? Give feedback.
-
In your case it's easiest to use venvs. You can also install the version in the "renamed" branch which changes the import to selfcord. |
Beta Was this translation helpful? Give feedback.
In your case it's easiest to use venvs. You can also install the version in the "renamed" branch which changes the import to selfcord.