forked from MarseyWorld/MarseyWorld
use quotes instead of codeblock for consistency with chud award
parent
bc0e616ee7
commit
6840a6f889
|
@ -161,7 +161,7 @@ def execute_snappy(post, v):
|
||||||
)
|
)
|
||||||
g.db.add(award_object)
|
g.db.add(award_object)
|
||||||
|
|
||||||
msg = f"@Snappy has given {post.textlink} the Chud Award\n\n**You now have to say this phrase in all posts and comments you make for 24 hours:**\n\n`Trans lives matter`"
|
msg = f"@Snappy has given {post.textlink} the Chud Award\n\n**You now have to say this phrase in all posts and comments you make for 24 hours:**\n\n> Trans lives matter"
|
||||||
send_repeatable_notification(post.author.id, msg)
|
send_repeatable_notification(post.author.id, msg)
|
||||||
|
|
||||||
if v.chud != 1:
|
if v.chud != 1:
|
||||||
|
|
|
@ -1142,7 +1142,7 @@ def chud(fullname, v):
|
||||||
|
|
||||||
text = f"@{v.username} (a site admin) has chudded you **{duration}**"
|
text = f"@{v.username} (a site admin) has chudded you **{duration}**"
|
||||||
if reason: text += f" for the following reason:\n\n> {reason}"
|
if reason: text += f" for the following reason:\n\n> {reason}"
|
||||||
text += f"\n\n**You now have to say this phrase in all posts and comments you make {duration}:**\n\n`{user.chud_phrase}`"
|
text += f"\n\n**You now have to say this phrase in all posts and comments you make {duration}:**\n\n> {user.chud_phrase}"
|
||||||
if SITE_NAME == 'rDrama':
|
if SITE_NAME == 'rDrama':
|
||||||
text += f"\n\nPlease keep your chud behavior to /h/chudrama in the future!"
|
text += f"\n\nPlease keep your chud behavior to /h/chudrama in the future!"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue