From 34b1c075b68390b5fbabe11a9646954606450296 Mon Sep 17 00:00:00 2001 From: Milka64 Date: Sun, 21 Nov 2021 16:47:01 +0100 Subject: [PATCH] try to fix schizo 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 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