mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
Update economy.py
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user