From 38d180abee2416a2b931b2591b55f613d8330518 Mon Sep 17 00:00:00 2001 From: Bobloy Date: Thu, 14 Dec 2017 12:18:50 -0500 Subject: [PATCH] Forgot some +'s --- fight/fight.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fight/fight.py b/fight/fight.py index 4a1c1cc..28a5f56 100644 --- a/fight/fight.py +++ b/fight/fight.py @@ -579,6 +579,7 @@ class Fight: await message.add_reaction(win) await message.add_reaction(loss) await message.add_reaction(dispute) + async def _get_win_str(self): """Returns win emoji ready for str""" win = await self.config.win() @@ -860,7 +861,7 @@ class Fight: outembed=discord.Embed(title="Match ID: " + mID, color=0x0000bf) outembed.add_field(name="Team 1", value=mention1, inline=True) outembed.add_field(name="Team 2", value=mention2, inline=True) - outembed.set_footer(text=(await self._get_win_str())+" Report Win || "(await self._get_loss_str())+" Report Loss || "(await self._get_dispute_str())+" Dispute Result") + outembed.set_footer(text=(await self._get_win_str())+" Report Win || "+(await self._get_loss_str())+" Report Loss || "+(await self._get_dispute_str())+" Dispute Result") if channel: