Stop vote: mention gm as well as players in announcement

This commit is contained in:
Elnath 2021-06-13 19:33:44 +02:00
parent 532b81fa54
commit a9b9c4cbe7
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ class Game:
await self.update_vote_message()
tasks.append(asyncio.create_task(self.get_votes_channel().send("**The vote has ended**")))
announcement_content = [
f"{self.get_player_role().mention} the vote has ended!",
f"<@&{self.get_player_role_id()}> <@&{self.get_gm_role_id()}> the vote has ended!",
f"{':green_square:' if passed else ':red_square:'} The vote has **{'' if passed else 'not '}passed**"
]
if passed: