Stop vote: mention gm as well as players in announcement
This commit is contained in:
parent
532b81fa54
commit
a9b9c4cbe7
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue