try to fix schizo cmd

This commit is contained in:
Milka64 2021-11-21 16:47:01 +01:00
parent dc0ab7d0d7
commit 34b1c075b6

View file

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