We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416f823 commit ab56fa5Copy full SHA for ab56fa5
src/Console/RunCommand.php
@@ -22,7 +22,6 @@ public function handle(Nutgram $bot): void
22
{
23
if ($pollingTimeout = $this->option('pollingTimeout')) {
24
config()?->set('nutgram.config.polling.timeout', (int)$pollingTimeout);
25
- $this->info("Polling set to {$pollingTimeout} seconds.");
26
}
27
28
if ($this->option('once')) {
0 commit comments