Explorar el Código

print settings output is nicer now woo

tags/v1.0.0
roxie hace 6 años
padre
commit
f880a02d02
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      cogs/settings.py

+ 1
- 1
cogs/settings.py Ver fichero

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

Cargando…
Cancelar
Guardar