소스 검색

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…
취소
저장