Skip to content

Commit 88092a0

Browse files
committed
Working on the readme.
1 parent b6657af commit 88092a0

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,13 @@ Using this ability only one member of your team will manage servers in his priva
4040

4141
## Screenshots
4242

43-
There will be screenshots.
43+
![Accounts screen](https://res.cloudinary.com/itorgov/image/upload/v1585933203/Laravel%20Forge%20Telegram%20bot/laravel-forge-bot_screen_1_gtobco.jpg)
44+
![Servers screen](https://res.cloudinary.com/itorgov/image/upload/v1585933206/Laravel%20Forge%20Telegram%20bot/laravel-forge-bot_screen_2_nzhkqa.jpg)
45+
![Server screen](https://res.cloudinary.com/itorgov/image/upload/v1585933204/Laravel%20Forge%20Telegram%20bot/laravel-forge-bot_screen_3_bewlyr.jpg)
46+
![Site screen](https://res.cloudinary.com/itorgov/image/upload/v1585933204/Laravel%20Forge%20Telegram%20bot/laravel-forge-bot_screen_4_ebglqf.jpg)
47+
![Add webhook screen](https://res.cloudinary.com/itorgov/image/upload/v1585933204/Laravel%20Forge%20Telegram%20bot/laravel-forge-bot_screen_5_twu2af.jpg)
48+
![Existed webhooks on site](https://res.cloudinary.com/itorgov/image/upload/v1585933203/Laravel%20Forge%20Telegram%20bot/laravel-forge-bot_screen_6_o1fhux.jpg)
49+
![Notification example](https://res.cloudinary.com/itorgov/image/upload/v1585933204/Laravel%20Forge%20Telegram%20bot/laravel-forge-bot_screen_7_afakpc.jpg)
4450

4551
## How to use?
4652

@@ -79,9 +85,18 @@ We use [SemVer](http://semver.org) for versioning. For the versions available, s
7985

8086
## Authors
8187

82-
* [**Ivan Torgov**](https://github.com/itorgov) - *initial work*
88+
* [**Ivan Torgov**](https://itorgov.com) - *initial work*
89+
90+
## Thanks
91+
92+
I want to say thanks to [Eric L. Barnes](https://laravel-news.com/@ericlbarnes) (the creator of [Laravel News](https://laravel-news.com)) for providing an image that I used as an avatar of this bot.
8393

8494
## License
8595

8696
[@LaravelForgeBot](https://t.me/LaravelForgeBot) is licensed under the [ISC](https://github.com/itorgov/laravel-forge-bot/blob/2.x/LICENSE) license.
8797
Copyright © 2020, Ivan Torgov
98+
99+
## Donate
100+
101+
If you like this bot and would like to support it, please consider a donation using my [PayPal](https://paypal.me/WiDe) page.
102+
Your donation would help me a lot to continue running this bot and covering hosting costs.

app/Integrations/Telegram/Commands/Irazasyed/DonateCommand.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ class DonateCommand extends Command
2222
public function handle()
2323
{
2424
$this->replyWithMessage([
25-
'text' => 'If you like this bot then please give a star to '.
25+
'text' => 'If you like this bot and find it useful, please give a star to '.
2626
'[the GitHub repository](https://github.com/itorgov/laravel-forge-bot). '.
27-
'Of course, if you want you can buy [me](https://t.me/ivantorgov) a cup of coffee, '.
28-
'a beer or just help with paying for hosting using [my PayPal page](https://paypal.me/WiDe).',
27+
'Of course, if you would like to support it, please consider a donation ' .
28+
'using my [PayPal](https://paypal.me/WiDe) page. Your donation would help ' .
29+
'[me](https://t.me/ivantorgov) a lot to continue running this bot and covering hosting costs.',
2930
'parse_mode' => 'Markdown',
3031
]);
3132
}

app/Integrations/Telegram/Commands/Irazasyed/StartCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function handle()
2525
'text' => "Hey, {$this->user()->name}! You are welcome! It's an unofficial bot for Laravel Forge. ".
2626
'It\'s completely free and you can find source code on '.
2727
'[GitHub](https://github.com/itorgov/laravel-forge-bot). '.
28-
'If you like it then please give a star to the repository.',
28+
'If you like it and find it useful, please give a star to the repository.',
2929
'parse_mode' => 'Markdown',
3030
]);
3131

0 commit comments

Comments
 (0)