Armando Lüscher
Armando Lüscher
@ondrejfuhrer I was thinking along the lines of your first suggestion, that they get selected one by one, before the actual process of upgrading begins.
Did you set the webhook correctly first? `php manager.php a=set`
Hi, I've just released version 2.0.0, please try again.
Please add some extra explanations for each bit 👍 > Add getWebhookInfo result to GET/CLI parameters action So every request does an extra request for the webhook info? If so,...
`a=info` is really pointing towards making a better CLI tool for the bots. Something like [WP-CLI](https://wp-cli.org/) (which you might now, and @lichtscheu most probably). It's a CLI for WordPress, which...
Oh just saw this now: > It would make more sense to allow manager.php set which would be much simplier! I totally agree with you! The reason why it is...
@jacklul Regarding log rotation, Monolog has a very simple rotator, that rotates daily. ```php // instead of (new StreamHandler(__DIR__ . '/debug.log', Logger::DEBUG))->setFormatter(new LineFormatter(null, null, true)), // we can use the...
Great idea @Leonid74 👍
@debo I just noticed the namespace of the manager itself would also need changing. `TelegramBot` ➡️ `PhpTelegramBot`
I can confirm that it's not working as intended. `mix.disableNotifications();` - Works, shows no notifications 😃 `mix.disableSuccessNotifications();` - Shows all notifications 😕