소스 검색

Oopsie…

txlyre 2 년 전
부모
커밋
4c22ac2a27
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -282,7 +282,7 @@ async def bday_handler(bot, event, command):
     birthdays_list += age.date_string
 
     if age.days_until < 1:
-      birthdays_list += f' (сегодня исполняется {get_word_for("год", age.age)})'
+      birthdays_list += f' (сегодня исполняется {get_word_for("год", age.age)})\n'
     else:
       birthdays_list += f' (через {get_word_for("день", age.days_until)} исполнится {get_word_for("год", age.age)}; сейчас {get_word_for("год", age.age_now)})\n'