Преглед изворни кода

print settings output is nicer now woo

tags/v1.0.0
roxie пре 6 година
родитељ
комит
f880a02d02
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      cogs/settings.py

+ 1
- 1
cogs/settings.py Прегледај датотеку

@@ -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…
Откажи
Сачувај