Skip to content

Commit

Permalink
Birthday message effect
Browse files Browse the repository at this point in the history
  • Loading branch information
ComRSMaster authored Sep 11, 2024
1 parent c0d453e commit ea688c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="<b>Поздравляю тебя с днём рождения!</b>🎉🎉🎉")
await bot.send_video(chat_id, success_vid, caption="<b>Поздравляю тебя с днём рождения!</b>🎉🎉🎉", message_effect_id=5046509860389126442)
birthday_dialog = [
{"role": "user",
"content": "У меня сегодня день рождения!"},
Expand Down

0 comments on commit ea688c9

Please sign in to comment.