From fb6b265d063379ab594524bb733e513e51417469 Mon Sep 17 00:00:00 2001 From: Milka64 Date: Sun, 15 Mar 2020 22:21:53 +0100 Subject: [PATCH] fix repeat cmd --- 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 04154b3..1040bb6 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -51,7 +51,7 @@ class Mybot(commands.Cog): #if ctx.message.author.name == self.bot.user.name: # return user = ctx.message.author.name - source = ctx.message.content + source = self.sounds_history[0] self.sounds.append((source,ctx)) @commands.command(help='Gif me')