Update economy.py

This commit is contained in:
Robert 2016-04-04 08:21:56 +02:00
parent 255842d3e6
commit 2612366f1a

View File

@ -216,7 +216,7 @@ class Economy:
msg = "```"
for k, v in self.settings.items():
msg += str(k) + ": " + str(v) + "\n"
msg += "\nType help {}economyset to see the list of commands.```".format(ctx.prefix)
msg += "\nType {}help economyset to see the list of commands.```".format(ctx.prefix)
await self.bot.say(msg)
@economyset.command()