Remove deperecated VCA API vars
This commit is contained in:
@@ -96,15 +96,6 @@ if [[ $vt_key = "" ]]; then
|
||||
echo "NOTE: API Not set you'll not be able to use VirusTotal module"
|
||||
fi
|
||||
|
||||
echo
|
||||
echo "Enter VCA_API_KEY for aiutils"
|
||||
echo "Learn How to Get One --> https://github.com/VisionCraft-org/VisionCraft?tab=readme-ov-file#obtaining-an-api-key"
|
||||
read -r -p "VCA_API_KEY > " vca_api_key
|
||||
|
||||
if [[ $vca_api_key = "" ]]; then
|
||||
echo "NOTE: API Not set you'll not be able to use aiutils module/pligins"
|
||||
fi
|
||||
|
||||
echo "Choose database type:"
|
||||
echo "[1] MongoDB (your url)"
|
||||
echo "[2] Sqlite"
|
||||
@@ -140,7 +131,6 @@ RMBG_KEY=${rmbg_key}
|
||||
VT_KEY=${vt_key}
|
||||
GEMINI_KEY=${gemini_key}
|
||||
COHERE_KEY=${cohere_key}
|
||||
VCA_API_KEY=${vca_api_key}
|
||||
PM_LIMIT=${pm_limit}
|
||||
EOL
|
||||
|
||||
@@ -150,4 +140,4 @@ echo
|
||||
echo "============================"
|
||||
echo "Great! Moon-Userbot installed successfully!"
|
||||
echo "Start with: \"cd Moon-Userbot && python3 main.py\""
|
||||
echo "============================"
|
||||
echo "============================"
|
||||
|
||||
Reference in New Issue
Block a user