discord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'VoiceClient' object has no attribute 'listen' #5994
-
When using Rapptz trying to use the listen feature, I always get the error: I use Linux (Google Pixelbook to be exact) and I have downloaded all the additional things linux users need to use the API. At least I'm pretty sure It's all correctly downloaded. It also says that can't find WaveSink and UserFilter in init.py whenever I try to do discord.UserFliter or discord.WaveSink. I believe this has something to do with not having downloaded something correctly but I don't know what it could be |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The standard library does not contain these methods. They're available on a fork somewhere but no official release has these methods and thus won't work. |
Beta Was this translation helpful? Give feedback.
The standard library does not contain these methods. They're available on a fork somewhere but no official release has these methods and thus won't work.