Skip to content

Commit dc16e71

Browse files
committed
update background
1 parent 89ff663 commit dc16e71

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ With this package, you can create a Telegram bot to receive notifications from G
44
and manage customization through messages and buttons on Telegram.
55

66
<p align="center">
7-
<img alt="GitHub and GitLab notifications to telegram php" src="https://github.com/cslant/laravel-telegram-git-notifier/assets/35853002/09b85152-52c9-444d-ac2e-a32ee4ab5121" />
7+
<img alt="Telegram GitHub/GitLab Notifier Laravel" src="resources/images/telegram-git-notifier-laravel.png" />
88
</p>
99

1010
![License](https://img.shields.io/github/license/cslant/laravel-telegram-git-notifier.svg?style=flat-square)
@@ -57,4 +57,4 @@ sudo php artisan config-json:change-owner www-data www-data
5757
5858
## 📖 Documentation
5959

60-
...In construction...
60+
Please see the [Telegram Git Notifier Documentation](https://docs.cslant.com/telegram-git-notifier/introduction) for more information.
236 KB
Loading

src/Services/CommandService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function sendStartMessage(Bot $bot): void
3434
['first_name' => $bot->telegram->FirstName()]
3535
);
3636
$bot->sendPhoto(
37-
__DIR__.'/../../resources/images/start.png',
37+
__DIR__.'/../../resources/images/telegram-git-notifier-laravel.png',
3838
['caption' => $reply]
3939
);
4040
}

0 commit comments

Comments
 (0)