-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: module 'wavelink' has no attribute 'abc' #7
Comments
The issue is still there )= Edit: |
Yes it was released for dpy 1.6.2 or older I believe, it works with latest nextcord but not dpy 2.0 or higher I will work on making it compatible with latest dpy, dpy prefix, dpy slash and nextcord latest too I just need some time since there is no one to help me right now, and I am working on a lot of freelance projects |
Thank you a lot for your work! |
Traceback (most recent call last): File "C:\Users\BaraK\Desktop\FadertyBot\main.py", line 2, in <module> import dismusic File "C:\Users\BaraK\Desktop\FadertyBot\venv\Lib\site-packages\dismusic\__init__.py", line 15, in <module> from .events import MusicEvents File "C:\Users\BaraK\Desktop\FadertyBot\venv\Lib\site-packages\dismusic\events.py", line 15, in <module> class MusicEvents(commands.Cog): File "C:\Users\BaraK\Desktop\FadertyBot\venv\Lib\site-packages\dismusic\events.py", line 20, in MusicEvents self, player: DisPlayer, track: wavelink.abc.Playable ^^^^^^^^^^^^ AttributeError: module 'wavelink' has no attribute 'abc'
The text was updated successfully, but these errors were encountered: