From 7b66363e865a517a1e543d665412a20980801162 Mon Sep 17 00:00:00 2001 From: ScottishCrafter_ Date: Sat, 21 Feb 2026 22:50:17 +0000 Subject: [PATCH] Updated source link --- pointsbot/reply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pointsbot/reply.py b/pointsbot/reply.py index 1ed81ad..f7d0775 100644 --- a/pointsbot/reply.py +++ b/pointsbot/reply.py @@ -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/cur33/PointsBot)') + footer_sections.append('^[Source](https://github.com/slfhstd/MCH-PointsBot)') return ' ^| '.join(footer_sections)