Basic voice bot #8197
Unanswered
caetanovidal
asked this question in
Q&A
Basic voice bot
#8197
Replies: 2 comments 2 replies
-
Are you sure you're on the master branch of discord.py? If not, you can install it via; pip install git+https://github.com/Rapptz/discord.py Note that you need |
Beta Was this translation helpful? Give feedback.
1 reply
-
As justanotherbyte mentioned, the example in the base branch of the library is targeted at the 2.0 version, meaning you need to install it from there and not pip. If you do not want to do that, you can switch branches and use the examples there, found here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys, so i'm trying to implement some voice audios on my bot, and I have two questions.
Is it possible to the same class how reply to messages also play audios? and is the basic voice example in this repository working fine? I basic copy and paste that to make some tests and its not working here

Beta Was this translation helpful? Give feedback.
All reactions