From 6840a6f889da181d0fe4b7ee710a69d6c54c74bc Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 14 Nov 2024 22:19:40 +0200 Subject: [PATCH] use quotes instead of codeblock for consistency with chud award --- files/helpers/actions.py | 2 +- files/routes/admin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/actions.py b/files/helpers/actions.py index 8b86e2966..5fbeb3761 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -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: diff --git a/files/routes/admin.py b/files/routes/admin.py index baf7a1f0a..812634bf5 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -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!"