🐛 fix deleted mention in pm

This commit is contained in:
ddorn 2020-04-27 23:42:05 +02:00
parent eb8b884d47
commit 63fc235132
1 changed files with 1 additions and 2 deletions

View File

@ -323,8 +323,7 @@ class TiragePhase(Phase):
team = self.current_team
if self.team_for(author) != team:
raise UnwantedCommand(
f"C'est à {team.mention} de choisir "
f"un problème, merci d'attendre :)"
f"C'est à {team.name} de choisir " f"un problème, merci d'attendre :)"
)
assert (