From e27cfba763b4d596fbed7568aeb64ed5c8389b2d Mon Sep 17 00:00:00 2001 From: bobloy Date: Tue, 29 Sep 2020 12:42:05 -0400 Subject: [PATCH] Move to italics --- werewolf/votegroups/wolfvote.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/werewolf/votegroups/wolfvote.py b/werewolf/votegroups/wolfvote.py index 75fb01c..d637c87 100644 --- a/werewolf/votegroups/wolfvote.py +++ b/werewolf/votegroups/wolfvote.py @@ -55,10 +55,10 @@ class WolfVote(VoteGroup): if target_id is not None and self.killer: await self.game.kill(target_id, self.killer, random.choice(self.kill_messages)) await self.channel.send( - "**{} has left to complete the kill...**".format(self.killer.member.display_name) + "*{} has left to complete the kill...*".format(self.killer.member.display_name) ) else: - await self.channel.send("**No kill will be attempted tonight...**") + await self.channel.send("*No kill will be attempted tonight...*") async def vote(self, target, author, target_id): """