ajout song pour roulette

This commit is contained in:
BFlow 2020-04-20 15:27:30 +02:00
parent 57a0247c8e
commit da46fb88f1

View file

@ -238,6 +238,8 @@ class Mybot(commands.Cog):
barillet = [False, False, True, False, False]
bullet = random.choice(barillet)
if bullet == True:
joke = bot.get_command('joke')
await joke.invok(ctx, 'omawa_shindeiru.mp3')
await member.edit(mute=True)
await ctx.channel.send("Perdu, tu es mute pendant 60 secondes!")
else: