mirror of
				https://gitlab.com/ddorn/tfjm-discord-bot.git
				synced 2025-11-04 14:32:20 +01:00 
			
		
		
		
	🐛 fix deleted mention in pm
This commit is contained in:
		@@ -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 (
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user