C
C
CyberKing2020-10-22 19:31:50
Python
CyberKing, 2020-10-22 19:31:50

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

1 answer(s)
M
Maxim Nevzorov, 2020-10-23
@KiberKing

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 question

Ask a Question

731 491 924 answers to any question