Skip to content

Commit 171c929

Browse files
committed
Fix: Wrong command name after renaming
1 parent 200e4a2 commit 171c929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/Commands/TelegramFetchCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class TelegramFetchCommand extends Command implements SignalableCommandInterface
2020

2121
public function handle(Telegram $bot)
2222
{
23-
$this->callSilent('bot:delete-webhook');
23+
$this->callSilent('telegram:delete-webhook');
2424

2525
$options = [
2626
'timeout' => 5
@@ -50,4 +50,4 @@ public function handleSignal(int $signal): void
5050
{
5151
$this->shallExit = true;
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)