|
|
@@ -86,7 +86,7 @@ class Home extends Controller
|
|
|
try {
|
|
|
$telegram = new Api(config('services.telegram.token'));
|
|
|
$commands = [
|
|
|
- new BotCommand(['command' => 'start', 'description' => '🤖开始使用']),
|
|
|
+ new BotCommand(['command' => 'start', 'description' => lang('🤖开始使用')]),
|
|
|
// new BotCommand(['command' => 'room', 'description' => '🏠创建房间']),
|
|
|
// new BotCommand(['command' => 'online', 'description' => '🟢在线房间']),
|
|
|
// new BotCommand(['command' => 'topup', 'description' => '🔋账户管理']),
|