Russian roulette kick/mute bot
randomRandom do functionkick/mute to user in server.specific channel.
- Receive channel from user who use the command
#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)