mirror the emoji

master
Aevann 2024-04-18 14:56:13 +02:00
parent 7ed744caff
commit 42025d02e0
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ def _set_top_poster_of_the_day_id():
user = user[0]
date = time.strftime("%B %d, %Y", time.gmtime())
send_notification(user.id, f":marseyjam: Congratulations! You're the Top Poster of the Day for {date}! :marseyjam:")
send_notification(user.id, f":marseyjam: Congratulations! You're the Top Poster of the Day for {date}! :!marseyjam:")
badge_grant(badge_id=327, user=user)
cache.set("top_poster_of_the_day_id", user.id, timeout=86400)