Browse Source

Oopsie…

txlyre 2 years ago
parent
commit
4c22ac2a27
1 changed files with 1 additions and 1 deletions
  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'