Answer the question
In order to leave comments, you need to log in
How to mute everyone in a voice channel with a discord bot?
I am developing a discord bot and I would like to implement the function of muting everyone in the voice channel. I did not find anything in the documentation (I probably searched badly).
Answer the question
In order to leave comments, you need to log in
https://discordpy.readthedocs.io/en/stable/api.htm...
https://discordpy.readthedocs.io/en/stable/api.htm...
for m in channel.members:
await m.edit(mute=True)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question