Browse Source

never fixed that space issue grrr

tags/v0.3.5
roxie 7 years ago
parent
commit
5c2bca31e9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cogs/Twitch.py

+ 1
- 1
cogs/Twitch.py View File

@@ -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…
Cancel
Save