From 2e735a2f939e4c89454c3ba77be415e7ccddf363 Mon Sep 17 00:00:00 2001 From: Slfhstd Date: Sun, 1 Mar 2026 21:14:37 +0000 Subject: [PATCH] further footer edits --- pointsbot/reply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pointsbot/reply.py b/pointsbot/reply.py index 7957eca..7ca99e1 100644 --- a/pointsbot/reply.py +++ b/pointsbot/reply.py @@ -159,7 +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 ^I ^am ^a ^bot ^and ^this ^account ^is ^not ^monitored. ^Please ^contact ^the ^mods ^if ^you ^have ^any ^questions.') + footer_sections.append('\n\n --- \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)