[feat] 新增telegram机器人/start指令

This commit is contained in:
LinusX
2024-06-15 02:16:54 +08:00
parent bab7ed8e97
commit 8cc247b653
2 changed files with 18 additions and 1 deletions
@@ -7,7 +7,7 @@ use App\Plugins\Telegram\Telegram;
class GetLatestUrl extends Telegram {
public $command = '/getlatesturl';
public $description = '将Telegram账号绑定到网站';
public $description = '获取网站最新网址';
public function handle($message, $match = []) {
$telegramService = $this->telegramService;