Russian roulette kick/mute bot
randomRandom do functionkick/mute to user in server.specific channel.
#ctx.message.author.voice.voice_channel เขียน step ทิ้งไว้คร่าวๆ
# function ที่จะใช้
Get all members in voice channel by accessing its property
channel.members
Random to get 1 user, then random to do action that will kick or ban that user
import random
random.choice(your_list)