mirror of
https://github.com/stoatchat/python-client-sdk.git
synced 2026-07-22 02:25:22 -04:00
how to join to voice channel #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SachaTending on GitHub (Jun 21, 2023).
im trying to create music bot on python and i have issue
how to connect to voice channel, or how to get voicechannel object
in discord.py i can just do this: ctx.author.voice
@MysticMia commented on GitHub (Jun 21, 2023):
Voice support is not yet supported by Revolt bots. You can only join voice channels, but not leave them or do anything with voice, unfortunately. Zomatree said: "I plan to add it when the voice rewrite is a bit more stable. I don't want to add support for voice and then need to rewrite it all after a couple months", in the #Help channel of the Revolt.py support server.