use quotes instead of codeblock for consistency with chud award

master
Aevann 2024-11-14 22:19:40 +02:00
parent bc0e616ee7
commit 6840a6f889
2 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ def execute_snappy(post, v):
)
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)
if v.chud != 1:

View File

@ -1142,7 +1142,7 @@ def chud(fullname, v):
text = f"@{v.username} (a site admin) has chudded you **{duration}**"
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':
text += f"\n\nPlease keep your chud behavior to /h/chudrama in the future!"