further footer edits

This commit is contained in:
2026-03-01 21:14:37 +00:00
parent 211cd1cf5d
commit 2e735a2f93

View File

@@ -159,7 +159,7 @@ def footer(feedback_url=None, scoreboard_url=None):
# https://forms.gle/m94aGjFQwGopqQ836 # https://forms.gle/m94aGjFQwGopqQ836
footer_sections.append(f'^[Feedback]({feedback_url})') footer_sections.append(f'^[Feedback]({feedback_url})')
footer_sections.append('^[Source](https://slfhstd.uk/slfhstd/PointsBot)') 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) return ' ^| '.join(footer_sections)