mirror of
https://github.com/v2board/v2board.git
synced 2025-06-15 14:17:48 +08:00
more optimization && add plan user count
This commit is contained in:
@ -87,7 +87,7 @@ class TelegramController extends Controller
|
||||
$commands = [
|
||||
'/bind 订阅地址 - 绑定你的' . config('v2board.app_name', 'V2Board') . '账号',
|
||||
'/traffic - 查询流量信息',
|
||||
'/getLatestUrl - 获取最新的' . config('v2board.app_name', 'V2Board') . '网址'
|
||||
'/getlatesturl - 获取最新的' . config('v2board.app_name', 'V2Board') . '网址'
|
||||
];
|
||||
$text = implode(PHP_EOL, $commands);
|
||||
$telegramService->sendMessage($msg->chat_id, "你可以使用以下命令进行操作:\n\n$text", 'markdown');
|
||||
|
Reference in New Issue
Block a user