🐛 fix deleted mention in pm
This commit is contained in:
parent
eb8b884d47
commit
63fc235132
|
@ -323,8 +323,7 @@ class TiragePhase(Phase):
|
||||||
team = self.current_team
|
team = self.current_team
|
||||||
if self.team_for(author) != team:
|
if self.team_for(author) != team:
|
||||||
raise UnwantedCommand(
|
raise UnwantedCommand(
|
||||||
f"C'est à {team.mention} de choisir "
|
f"C'est à {team.name} de choisir " f"un problème, merci d'attendre :)"
|
||||||
f"un problème, merci d'attendre :)"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
assert (
|
assert (
|
||||||
|
|
Loading…
Reference in New Issue