option('bot'); $chat = $this->option('chat'); SettingsHelper::set('telegram_bot_token', $bot); SettingsHelper::set('telegram_chat_id', $chat); $this->info('Telegram options updated'); } }