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 200e4a2 commit 171c929Copy full SHA for 171c929
src/Console/Commands/TelegramFetchCommand.php
@@ -20,7 +20,7 @@ class TelegramFetchCommand extends Command implements SignalableCommandInterface
20
21
public function handle(Telegram $bot)
22
{
23
- $this->callSilent('bot:delete-webhook');
+ $this->callSilent('telegram:delete-webhook');
24
25
$options = [
26
'timeout' => 5
@@ -50,4 +50,4 @@ public function handleSignal(int $signal): void
50
51
$this->shallExit = true;
52
}
53
-}
+}
0 commit comments