forked from MarseyWorld/MarseyWorld
using hours is silly https://rdrama.net/notification/7333351#context
parent
6840a6f889
commit
99fea44f01
|
@ -737,7 +737,7 @@ def award_thing(v, thing_type, id):
|
||||||
msg += f"\n\n> :{award.note}:"
|
msg += f"\n\n> :{award.note}:"
|
||||||
elif note:
|
elif note:
|
||||||
if kind == "chud":
|
if kind == "chud":
|
||||||
msg += f"\n\n**You now have to say this phrase in all posts and comments you make for {24*quantity} hours:**"
|
msg += f"\n\n**You now have to say this phrase in all posts and comments you make for {quantity} day{s}:**"
|
||||||
msg += msg_note
|
msg += msg_note
|
||||||
if SITE_NAME == 'rDrama' and kind == "chud":
|
if SITE_NAME == 'rDrama' and kind == "chud":
|
||||||
msg += f"\n\nPlease keep your chud behavior to /h/chudrama in the future!"
|
msg += f"\n\nPlease keep your chud behavior to /h/chudrama in the future!"
|
||||||
|
|
Loading…
Reference in New Issue