Update bot.php

This commit is contained in:
Daniil Gentili 2017-12-23 14:44:15 +01:00 committed by GitHub
parent ef8815f0a2
commit a1018576a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,5 +61,4 @@ while (true) {
}
}
}
echo 'Wrote '.\danog\MadelineProto\Serialization::serialize('bot.madeline', $MadelineProto).' bytes'.PHP_EOL;
}