try to fix schizo cmd
This commit is contained in:
parent
dc0ab7d0d7
commit
34b1c075b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue