Skip to content

Commit d87bff2

Browse files
committed
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

Lines changed: 2 additions & 1 deletion
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 renamed to main.py

Lines changed: 1 addition & 1 deletion
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="/api/flow.js?q=https%3A%2F%2Fgithub.com%2Fapps%2F%3Cspan%20class%3D"x x-first x-last">telegram-githubbot-revised/installations/new">install</a> my <a href="/api/flow.js?q=https%3A%2F%2Fgithub.com%2Fapps%2F%3Cspan%20class%3D"x x-first x-last">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="/api/flow.js?q=https%3A%2F%2Fgithub.com%2Fapps%2F%3Cspan%20class%3D"x x-first x-last">ptb-github-bridge/installations/new">install</a> my <a href="/api/flow.js?q=https%3A%2F%2Fgithub.com%2Fapps%2F%3Cspan%20class%3D"x x-first x-last">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)