ソースを参照

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)

読み込み中…
キャンセル
保存