Updated source url in bot comment

This commit is contained in:
2026-02-28 22:26:27 +00:00
parent d883bd4596
commit b1966de0a9

View File

@@ -158,7 +158,7 @@ def footer(feedback_url=None, scoreboard_url=None):
if feedback_url:
# https://forms.gle/m94aGjFQwGopqQ836
footer_sections.append(f'^[Feedback]({feedback_url})')
footer_sections.append('^[Source](https://github.com/slfhstd/MCH-PointsBot)')
footer_sections.append('^[Source](https://slfhstd.uk/slfhstd/PointsBot)')
return ' ^| '.join(footer_sections)