Ver código fonte

print settings output is nicer now woo

tags/v1.0.0
roxie 6 anos atrás
pai
commit
f880a02d02
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      cogs/settings.py

+ 1
- 1
cogs/settings.py Ver arquivo

@@ -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)

Carregando…
Cancelar
Salvar