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')