mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 01:34:40 +01:00
Change session name in example
This commit is contained in:
parent
99300304f1
commit
2d1bc519c8
2
docs
2
docs
@ -1 +1 @@
|
||||
Subproject commit 1e235370a12eaeb14892da99833d42638420e722
|
||||
Subproject commit 1979018e600cdc12750fcc751661090e64a2b695
|
@ -85,7 +85,7 @@ $settings = [
|
||||
],
|
||||
];
|
||||
|
||||
$MadelineProto = new \danog\MadelineProto\API('/home/daniil/lmao.session', $settings);
|
||||
$MadelineProto = new \danog\MadelineProto\API('bot.madeline', $settings);
|
||||
$MadelineProto->async(true);
|
||||
$MadelineProto->loop(function () use ($MadelineProto) {
|
||||
yield $MadelineProto->start();
|
||||
|
Loading…
Reference in New Issue
Block a user