mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-09 12:48:54 -05:00
commit
38881cf71d
@ -213,10 +213,10 @@ class Economy:
|
||||
async def economyset(self, ctx):
|
||||
"""Changes economy module settings"""
|
||||
if ctx.invoked_subcommand is None:
|
||||
msg = ""
|
||||
msg = "```"
|
||||
for k, v in self.settings.items():
|
||||
msg += str(k) + ": " + str(v) + "\n"
|
||||
msg += "\nType help economyset to see the list of commands."
|
||||
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