mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-23 04:51:13 +01:00
Improve help
This commit is contained in:
parent
0fa7ddd87f
commit
13f8fba970
@ -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";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user