mirror the emoji
parent
7ed744caff
commit
42025d02e0
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue