Move to italics

This commit is contained in:
bobloy 2020-09-29 12:42:05 -04:00
parent 211df56e1b
commit e27cfba763

View File

@ -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):
"""