소스 검색

never fixed that space issue grrr

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

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

@@ -23,7 +23,7 @@ class Twitch():
self.con.serverconfig[member_a.server.id]["twitch"]["whitelist"]["list"]:
channel = discord.Object(self.con.serverconfig[member_a.server.id]["twitch"]["twitch-channel"])
return await self.bot.send_message(channel,
content=":video_game:** {} is live!** :video_game:\n {}\n{}".format(
content=":video_game:** {} is live!** :video_game:\n{}\n{}".format(
member_a.name, member_a.game.name, member_a.game.url))

@bot.command(pass_context=True, hidden=True)

Loading…
취소
저장