From 0e731d571624b973d2bd6f36b07603a96a9fa3bc Mon Sep 17 00:00:00 2001 From: Slfhstd Date: Sun, 1 Mar 2026 20:40:29 +0000 Subject: [PATCH] footer updates --- pointsbot/reply.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pointsbot/reply.py b/pointsbot/reply.py index de6500c..0234d5b 100644 --- a/pointsbot/reply.py +++ b/pointsbot/reply.py @@ -151,7 +151,7 @@ def divider(): def footer(feedback_url=None, scoreboard_url=None): - footer_sections = ['^(Official MinecraftHelp Bot)'] + footer_sections = ['^(Links:)'] if scoreboard_url: # https://points.minecrafthelp.co.uk footer_sections.append(f'^[Scoreboard]({scoreboard_url})') @@ -159,7 +159,8 @@ def footer(feedback_url=None, scoreboard_url=None): # https://forms.gle/m94aGjFQwGopqQ836 footer_sections.append(f'^[Feedback]({feedback_url})') footer_sections.append('^[Source](https://slfhstd.uk/slfhstd/PointsBot)') - footer_sections.append('\n\n ^I ^am ^a ^bot, ^and ^this ^action ^was ^performed ^automatically.') + footer_sections.append('\n\n ---') + footer_sections.append('\n\n ^I ^am ^a ^bot. ^[Message the mods](https://www.reddit.com/message/compose?to=%2Fr%2Fminecrafthelp) ^if ^i ^am ^acting ^up.') return ' ^| '.join(footer_sections)