diff --git a/helpers/timer.py b/helpers/timer.py
index aa8dc88..b0c2bcf 100644
--- a/helpers/timer.py
+++ b/helpers/timer.py
@@ -36,7 +36,7 @@ async def timer_step():
if MIN_BIRTHDAY_HOUR <= now.hour and now.day == birth_day and now.month == birth_month:
if is_greeted:
continue
- await bot.send_video(chat_id, success_vid, caption="Поздравляю тебя с днём рождения!🎉🎉🎉")
+ await bot.send_video(chat_id, success_vid, caption="Поздравляю тебя с днём рождения!🎉🎉🎉", message_effect_id=5046509860389126442)
birthday_dialog = [
{"role": "user",
"content": "У меня сегодня день рождения!"},