From 8c6ca188bda0239ec88ae960b75003b4d6dd942b Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 29 Oct 2023 14:49:44 +0300 Subject: [PATCH] show chud phrase in profiles --- files/classes/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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