Main Site Discord Bot

THE S-BOT (DISCORD BOT)

Featured Bot Commands

Latest Update

🆕 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

The S-Bot vs Others

The S-Bot

✅ Open-source

✅ Well Maintained

✅ AI Integration (/gemini-ask)

✅ Low-Level Statistical Analysis

✅ High-Level Statistical Analysis

✅ Cryptanalysis & basic ciphering

✅ Polynomial+ regression

✅ Custom branding

D4LM Server Bot

✅ 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

Sparkwaev Calc Bot

❌ Closed-source

💀 Not Maintained

❌ No AI Integration

❌ No statistical analysis

❌ No statistical analysis

❌ No cipher commands

❌ No regression commands

❌ No custom branding

Installation Guide

1. Prerequisites

2. Install Required NPM Packages

npm install dotenv --save
npm install mathjs
npm install @google/generative-ai@latest
npm install axios

3. Clone and Set Up the Bot

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

4. Run the Bot

node index.js