correction 2 song pour roulette
This commit is contained in:
parent
6ed96d49ab
commit
3a5285b089
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,7 @@ class Mybot(commands.Cog):
|
||||||
bullet = random.choice(barillet)
|
bullet = random.choice(barillet)
|
||||||
if bullet == True:
|
if bullet == True:
|
||||||
joke = self.bot.get_command('joke')
|
joke = self.bot.get_command('joke')
|
||||||
await joke.invok(ctx, 'omawa_shindeiru.mp3')
|
await joke.invoke(ctx, 'omawa_shindeiru.mp3')
|
||||||
await member.edit(mute=True)
|
await member.edit(mute=True)
|
||||||
await ctx.channel.send("Perdu, tu es mute pendant 60 secondes!")
|
await ctx.channel.send("Perdu, tu es mute pendant 60 secondes!")
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue