mirror of
https://gitlab.com/ddorn/tfjm-discord-bot.git
synced 2025-07-03 07:22:50 +02:00
🐛 fix deleted mention in pm
This commit is contained in:
@ -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 (
|
||||
|
Reference in New Issue
Block a user