@@ -11,6 +11,8 @@ and manage customization through messages and buttons on Telegram.
11
11
12
12
![ License] ( https://img.shields.io/github/license/cslant/telegram-git-notifier-app.svg?style=flat-square )
13
13
[ ![ Latest Version] ( https://img.shields.io/github/release/cslant/telegram-git-notifier-app.svg?style=flat-square )] ( https://github.com/cslant/telegram-git-notifier-app/releases )
14
+ ![ Test Status] ( https://img.shields.io/github/actions/workflow/status/cslant/telegram-git-notifier-app/setup_test.yml?label=tests&branch=main )
15
+ ![ Code Style Status] ( https://img.shields.io/github/actions/workflow/status/cslant/telegram-git-notifier-app/php-cs-fixer.yml?label=code%20style&branch=main )
14
16
[ ![ StyleCI] ( https://styleci.io/repos/656960426/shield )] ( https://styleci.io/repos/656960426 )
15
17
[ ![ Quality Score] ( https://img.shields.io/scrutinizer/g/cslant/telegram-git-notifier-app.svg?style=flat-square )] ( https://scrutinizer-ci.com/g/cslant/telegram-git-notifier-app )
16
18
[ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/7ccaccebe9cd58ff3df5/maintainability )] ( https://codeclimate.com/github/cslant/telegram-git-notifier-app/maintainability )
@@ -131,7 +133,7 @@ TGN_APP_URL=https://123456789.ngrok.io
131
133
132
134
1 . Open a chat with your bot.
133
135
2 . Send any message to your bot. (This handle needs to get your chat ID)
134
- 3 . Go to the following URL: ` <TGN_APP_URL>/webhook /getUpdate.php `
136
+ 3 . Go to the following URL: ` <TGN_APP_URL>/webhooks /getUpdate.php `
135
137
4 . Look for the ` "chat":{"id": ` field and copy the number after it. This is your Chat ID.
136
138
5 . Paste the Chat ID in your ` .env ` file.
137
139
@@ -240,7 +242,7 @@ TGN_APP_URL=https://123456789.ngrok-free.app
240
242
241
243
1 . Open a chat with your bot.
242
244
2 . Send any message to your bot. (This handle needs to get your chat ID)
243
- 3 . Go to the following URL: ` <TGN_APP_URL>/webhook /getUpdate.php `
245
+ 3 . Go to the following URL: ` <TGN_APP_URL>/webhooks /getUpdate.php `
244
246
4 . Look for the ` "chat":{"id": ` field and copy the number after it. This is your Chat ID.
245
247
5 . Paste the Chat ID in your ` .env ` file.
246
248
@@ -261,7 +263,7 @@ After setting up your domain and SSL certificate, you need to set up the webhook
261
263
** Go to:**
262
264
263
265
``` text
264
- <APP_URL>/webhook /set.php
266
+ <APP_URL>/webhooks /set.php
265
267
```
266
268
267
269
> ** Note:** Replace ` <APP_URL> ` with your app URL in .env file.
0 commit comments