为了能快速了解并处理您的问题,请提供以下基础信息:
相关截图(日志、错误): 开始... ErrorException Attempt to read property "type" on null at app/Helpers/functions.php:567 563▕ debug_log($key); 564▕ $locale = 'en'; 565▕ if ($bot) { 566▕ debug_log($bot); ➜ 567▕ $is_private = $bot->chat()->type == 'private'; 568▕ if ($is_private) { 569▕ $locale = \App\Services\TelegramService::getuserLocale($bot); 570▕ } else { 571▕ $locale = \App\Services\ConfigService::getGroupLocale($bot->chatId()); 1 app/Helpers/functions.php:567 Illuminate\Foundation\Bootstrap\HandleExceptions::Illuminate\Foundation\Bootstrap\{closure}() 2 app/Console/Commands/ValidCheckCommand.php:95 transx()
|
|