diff --git a/kabot/kabot/kabot.py b/kabot/kabot/kabot.py index b0c5c20..d5a654c 100644 --- a/kabot/kabot/kabot.py +++ b/kabot/kabot/kabot.py @@ -419,7 +419,7 @@ class Mybot(commands.Cog): @commands.command(help='Who the fuck am i?') async def schizo(self, ctx, *names): - name = ' '.join(name) + name = ' '.join(names) list_name = ["Kabot", "Gaspard et Balthazar", "Bender", "Zoidberg", "Gunther"] try: current_name = self.bot.user.name