1
0
Fork 0
mirror of synced 2024-06-24 01:00:29 +12:00

Corrected syntax error

This commit is contained in:
Phxntxm 2016-12-19 10:52:36 -06:00
parent 518671335a
commit d28b52ec9c

View file

@ -183,7 +183,7 @@ class Core:
if result:
embed.add_field(name="Result", value="\n".join(result), inline=False)
if _subcommands:
embed.add_field(name='Subcommands', "\n".join(subcommands), inline=False)
embed.add_field(name='Subcommands', value="\n".join(subcommands), inline=False)
await self.bot.say(embed=embed)