diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index cc1b478..2c4fe1f 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -45,10 +45,11 @@ class Mybot(commands.Cog): self.sounds.append((source,ctx)) @commands.command() - async def repeat(self, ctx, *args): + async def repeat(self, ctx): #if ctx.message.author.name == self.bot.user.name: # return user = ctx.message.author.name + source = ctx.message.content self.sounds.append((source,ctx)) @commands.command()