Replies: 1 comment 5 replies
-
There's a renamed branch that change package to selfcord. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a couple projects where I utilize selfbots as well as regular bots to make some use cases work properly. - Earlier I had my own fork of discord.py that I mainted and enhanced with stuff for self-botting. - Now im not sure but as far as I can tell all bot-related features are being removed in this fork, is that right? So basically id have to use this fork for self-bots and a different fork for actual bots.
So if what I explained above is correct, that would it be considerable to rename the package to discord_self or something alike, so that it is possible to install this work together with another fork and import from them separately, as in:
or am i missing something obvious, that I could utilize to make this work? As far as I know it might not be too cool to install two packages with the same name "discord" in the same venv and it probably doesnt work as well because you cant import from them properly anymore as
import discord
would reference both of these packages.Beta Was this translation helpful? Give feedback.
All reactions