🆕 Version: S-Orbital v2.0.0a
🗓️ Release Date: Very soon
✅ Added slash command support
✅ Improved statistical analysis to include skew
🔧 Reintegrating country statistics/information
❌ Removed outdated chat features & chess
✅ Open-source
✅ Well Maintained
✅ AI Integration (/gemini-ask)
✅ Low-Level Statistical Analysis
✅ High-Level Statistical Analysis
✅ Cryptanalysis & basic ciphering
✅ Polynomial+ regression
✅ Custom branding
✅ Open-source
✅ Well Maintained
✅ AI Integration (/ask_gemini)
✅ Low-Level Statistical Analysis
❌ Only mean, median, std dev, and variance
❌ No cipher commands
❌ Only linear regression
❌ No legitimate branding attempt
❌ Closed-source
💀 Not Maintained
❌ No AI Integration
❌ No statistical analysis
❌ No statistical analysis
❌ No cipher commands
❌ No regression commands
❌ No custom branding
npm install dotenv --save
npm install mathjs
npm install @google/generative-ai@latest
npm install axios
git clone https://github.com/S-Orbital/The-S-Bot
cd The-S-Bot
# Configure .env file with your bot token
touch .env
echo "BOT_TOKEN=your_token_here" > .env
echo "GEMINI_API_KEY=your_token_here" > .env
node index.js