From 211cd1cf5d293bbb15735a80497ace4bcdf66e17 Mon Sep 17 00:00:00 2001 From: Slfhstd Date: Sun, 1 Mar 2026 20:47:17 +0000 Subject: [PATCH] More footer updates --- pointsbot/reply.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pointsbot/reply.py b/pointsbot/reply.py index 0234d5b..7957eca 100644 --- a/pointsbot/reply.py +++ b/pointsbot/reply.py @@ -159,8 +159,7 @@ 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 ---') - 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.') + footer_sections.append('\n\n ^I ^am ^a ^bot ^and ^this ^account ^is ^not ^monitored. ^Please ^contact ^the ^mods ^if ^you ^have ^any ^questions.') return ' ^| '.join(footer_sections)