diff --git a/files/classes/user.py b/files/classes/user.py index 89e396f98..ebd176d97 100644 --- a/files/classes/user.py +++ b/files/classes/user.py @@ -702,7 +702,7 @@ class User(Base): text = f"{days}d {hours:02d}h {mins:02d}m" - return f"Unchud in {text}" + return f'''Unchud in {text} - Chud phrase: "{self.chud_phrase[0].upper()}{self.chud_phrase[1:].replace('israel', 'Israel').replace('ukraine', 'Ukraine').replace('ccp', 'CCP')}"''' @property @lazy