mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 23:34:44 +01:00
Update
This commit is contained in:
parent
e1f0682be9
commit
d58b7289c9
@ -66,4 +66,4 @@ if (!getenv('TOKEN')) {
|
||||
throw new AssertionError("You must define a TOKEN environment variable with the token of the bot!");
|
||||
}
|
||||
|
||||
MyEventHandler::startAndLoopBot('libtgvoipbot.madeline', getenv('TOKEN'));
|
||||
MyEventHandler::startAndLoopBot($argv[1] ?? 'libtgvoipbot.madeline', getenv('TOKEN'));
|
||||
|
Loading…
Reference in New Issue
Block a user