discordsuperutils/discord-super-utils

[Suggestion] setup.py discord.py changes

xFGhoul opened this issue · 1 comments

First of all, thanks for making an amazing library but the one caviat I have is this requires discord.py to be installed and now I'm suggesting either:

remove discord.py completely from setup.py

seperate into popular forks so it's like
python -m pip install discordSuperUtils[default] (Installs with discord.py)
python -m pip install discordSuperUtils[pycord] (installs pycord)

Hey, thank you for liking my library, but having separate forks that use 2 different libraries would result in a lot of code changes as most of the features in discord.py are very different in pycord.
But, there are some forks of discordSuperUtils, such as pycordSuperUtils or disnakeSuperUtils, that supports these libraries.
Please take a look at them, they are not perfect, but they might work.