Added github link to onboarding-process

This commit is contained in:
2026-02-22 17:09:17 +00:00
parent e684c68229
commit 6b3d087285

View File

@@ -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 ' 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 ' '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.') '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' response = 'y'
while response.lower().startswith('y'): while response.lower().startswith('y'):