Move to italics

pull/147/head
bobloy 4 years ago
parent 211df56e1b
commit e27cfba763

@ -55,10 +55,10 @@ class WolfVote(VoteGroup):
if target_id is not None and self.killer: if target_id is not None and self.killer:
await self.game.kill(target_id, self.killer, random.choice(self.kill_messages)) await self.game.kill(target_id, self.killer, random.choice(self.kill_messages))
await self.channel.send( 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: 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): async def vote(self, target, author, target_id):
""" """

Loading…
Cancel
Save