mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
Update economy.py
This commit is contained in:
parent
255842d3e6
commit
2612366f1a
@ -216,7 +216,7 @@ class Economy:
|
|||||||
msg = "```"
|
msg = "```"
|
||||||
for k, v in self.settings.items():
|
for k, v in self.settings.items():
|
||||||
msg += str(k) + ": " + str(v) + "\n"
|
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)
|
await self.bot.say(msg)
|
||||||
|
|
||||||
@economyset.command()
|
@economyset.command()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user