Skip to content

Commit d87bff2

Browse files
committedJul 10, 2022
Get things working
1 parent 84d7141 commit d87bff2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,5 @@ dmypy.json
136136
[Ll]ocal
137137
[Ss]cripts
138138
pyvenv.cfg
139-
pip-selfcheck.json
139+
pip-selfcheck.json
140+
/.idea/

‎bot/main.py ‎main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def help_handler(update: Update, context: CallbackContext):
5050
msg = update.effective_message
5151
private = update.effective_chat.type == Chat.PRIVATE
5252
steps = [
53-
f'First you must allow me access to the repositories in question. To do this, <a href="https://github.com/apps/telegram-githubbot-revised/installations/new">install</a> my <a href="https://github.com/apps/telegram-githubbot-revised">GitHub App</a> on your account or organisation, and make sure that it has access to the desired repositories.',
53+
f'First you must allow me access to the repositories in question. To do this, <a href="https://github.com/apps/ptb-github-bridge/installations/new">install</a> my <a href="https://github.com/apps/ptb-github-bridge">GitHub App</a> on your account or organisation, and make sure that it has access to the desired repositories.',
5454
f'Use the command /settings to open my settings interface and press the login button. This way I will know who you are.',
5555
f'Add me ({context.bot.name}) to the chat/group in which you would like to receive notifications.',
5656
f'In that chat use /settings to add the repositories you would like to receive notifications for.'

0 commit comments

Comments
 (0)
Please sign in to comment.