Add the badge

pull/157/head
Chuck Sneed 2023-06-26 09:00:01 -05:00
parent d5987ad70e
commit e6b708c477
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ def _award_timers_task():
_process_timer(User.marseyawarded, [98], "The marsey award you received has expired!")
_process_timer(User.rehab, [109], "The rehab award you received has expired!")
_process_timer(User.owoify, [167], "The OwOify award you received has expired!")
_process_timer(User.sharpen, [], "The Sharpen award you received has expired!") #TODO: badge
_process_timer(User.sharpen, [289], "The Sharpen award you received has expired!")
_process_timer(User.bite, [168], "The bite award you received has expired! You're now back in your original house!", {
User.house: User.old_house,
User.old_house: '',

View File

@ -556,7 +556,7 @@ def award_thing(v, thing_type, id):
if author.sharpen: author.sharpen += 21600
else: author.sharpen = int(time.time()) + 21600
# badge_grant(user=author, badge_id=167) #TODO: badge
badge_grant(user=author, badge_id=289)
if thing_type == 'comment' and not thing.author.deflector:
body = thing.body