@@ -11,6 +11,8 @@ and manage customization through messages and buttons on Telegram.
1111
1212![ License] ( https://img.shields.io/github/license/cslant/telegram-git-notifier-app.svg?style=flat-square )
1313[ ![ 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 )
1416[ ![ StyleCI] ( https://styleci.io/repos/656960426/shield )] ( https://styleci.io/repos/656960426 )
1517[ ![ 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 )
1618[ ![ 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
131133
1321341 . Open a chat with your bot.
1331352 . 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 `
1351374 . Look for the ` "chat":{"id": ` field and copy the number after it. This is your Chat ID.
1361385 . Paste the Chat ID in your ` .env ` file.
137139
@@ -240,7 +242,7 @@ TGN_APP_URL=https://123456789.ngrok-free.app
240242
2412431 . Open a chat with your bot.
2422442 . 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 `
2442464 . Look for the ` "chat":{"id": ` field and copy the number after it. This is your Chat ID.
2452475 . Paste the Chat ID in your ` .env ` file.
246248
@@ -261,7 +263,7 @@ After setting up your domain and SSL certificate, you need to set up the webhook
261263** Go to:**
262264
263265``` text
264- <APP_URL>/webhook /set.php
266+ <APP_URL>/webhooks /set.php
265267```
266268
267269> ** Note:** Replace ` <APP_URL> ` with your app URL in .env file.
0 commit comments