forked from rDrama/rDrama
1
0
Fork 0

show chud phrase in profiles

master
Aevann 2023-10-29 14:49:44 +03:00
parent d9279c6e8e
commit 8c6ca188bd
1 changed files with 1 additions and 1 deletions

View File

@ -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