1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 04:51:13 +01:00

Improve help

This commit is contained in:
Daniil Gentili 2023-07-21 21:35:24 +02:00
parent 0fa7ddd87f
commit 13f8fba970
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -55,7 +55,7 @@ unset($u);
final class StoriesEventHandler extends SimpleEventHandler
{
private const HELP = "Telegram stories downloader bot, powered by @MadelineProto!\n\nUsage:\n- /dlStories @danogentili - Download all the stories of a @username!\n\nSource code: https://github.com/danog/MadelineProto/blob/v8/examples/tgstories_dl_bot.php\nPowered by @MadelineProto";
private const HELP = "Telegram stories downloader bot, powered by @MadelineProto!\n\nUsage:\n/dlStories @danogentili - Download all the stories of a @username!\n\n[Source code](https://github.com/danog/MadelineProto/blob/v8/examples/tgstories_dl_bot.php) powered by @MadelineProto";
// Username of the admin of the bot
private const ADMIN = "@danogentili";