소스 검색

Various bug fixes (twitch shilling, config issues with greets and goodbyes. naming issue in admin.py) some small changes to ux and some extra todos.

tags/v0.3.4
roxie 7 년 전
부모
커밋
b3a9d18a14
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      cogs/selfAssign.py

+ 1
- 1
cogs/selfAssign.py 파일 보기

@@ -26,7 +26,7 @@ class selfAssign():
for serverrole in ctx.message.server.roles:
if role == serverrole.id:
roles.append(serverrole.name)
return await self.bot.say(str(roles).strip("[]'"))
return await self.bot.say(str(roles).strip("[]"))


@bot.command(pass_context=True)

Loading…
취소
저장