Russian roulette kick/mute bot
Random do kick/mute to user in specific channel.
Receivechannelfromของผู้ใช้มาจากusermessagewho use the commandที่ได้รับctx.message.author.voice.voice_channel
Get all members in voiceดึงค่าของสมาชิกทุกคนใน channelby accessing its propertychannel.members
Random to getสุ่มผู้โชคร้าย 1user,รายthen random to doและสุ่ม actionthat will kick or ban that userที่จะทำต่อผู้ใช้import random # To random 1 element from input random_element = random.choice(your_list) # member function member.kick() member.ban()