mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 17:49:11 +08:00
update telegram
This commit is contained in:
parent
941289c641
commit
83592d2f3f
@ -75,10 +75,6 @@ class TelegramController extends Controller
|
||||
$msg = $this->msg;
|
||||
if (!$msg->is_private) return;
|
||||
$telegramService = new TelegramService();
|
||||
$telegramService->sendMessage($msg->chat_id, "
|
||||
绑定账号\r\n
|
||||
------------------------\r\n
|
||||
发送:/bind 订阅地址
|
||||
");
|
||||
$telegramService->sendMessage($msg->chat_id, "你可以使用以下命令进行操作:\n\n/bind 订阅地址 - 绑定你的账号", 'markdown');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user