Browse Source

print settings output is nicer now woo

tags/v1.0.0
roxie 6 years ago
parent
commit
f880a02d02
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cogs/settings.py

+ 1
- 1
cogs/settings.py View File

@@ -96,7 +96,7 @@ class Settings():

@bot.command(pass_context=True)
@checks.is_bot_owner()
async def printsettings(self, ctx, setting=None):
async def printsettings(self, ctx):
self.serverconfig = self.con.load_config()
config = self.serverconfig[ctx.message.server.id]
em = discord.Embed(colour=0xDEADBF)

Loading…
Cancel
Save