From 6b3d087285cca0ea177477607bcb7702b66a301e Mon Sep 17 00:00:00 2001 From: Slfhstd Date: Sun, 22 Feb 2026 17:09:17 +0000 Subject: [PATCH] Added github link to onboarding-process --- pointsbot/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pointsbot/config.py b/pointsbot/config.py index f38aac8..e102e79 100644 --- a/pointsbot/config.py +++ b/pointsbot/config.py @@ -176,7 +176,7 @@ def interactive_config(dest): print('\nNote that at the moment, providing a level points value of zero will not set a ' 'default flair, because users must solve at least one issue before the bot will keep ' 'track of their points and set their flair for the first time.') - print('\nFor any more questions, please refer to the README on the Github page.') + print('\nFor any more questions, please refer to the README on the Github page. https://github.com/slfhstd/MCH-PointsBot') response = 'y' while response.lower().startswith('y'):