mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
Update economy.py
This commit is contained in:
parent
255842d3e6
commit
2612366f1a
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user