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