From 3a5285b089f9d8a4272f6566fab0b793c4168f18 Mon Sep 17 00:00:00 2001 From: BFlow Date: Mon, 20 Apr 2020 15:31:30 +0200 Subject: [PATCH] correction 2 song pour roulette --- kabot/kabot/kabot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index 6c7ff97..eb11fc4 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -239,7 +239,7 @@ class Mybot(commands.Cog): bullet = random.choice(barillet) if bullet == True: 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 ctx.channel.send("Perdu, tu es mute pendant 60 secondes!") else: