Admin, AutoMod, Economy, Fun, Invite, Information, Moderation, Owner, Social, Suggestion, Tickets, verify, Utility and More...
Features • Prerequisites • Installation • Commands
- Python 3.12+
- Git
- A Discord Bot Token (Create one here)
# Clone the repository
git clone https://github.com/Daniel-191/Echo
cd Echo
# Create and activate virtual environment
python -m venv venv
venv\Scripts\activate # Windows
source venv/bin/activate # Linux/macOS
# Install dependencies
pip install -r requirements.txt
# Configure config.json with your bot token, then run
python main.pyStep 1: Clone Repository
git clone https://github.com/Daniel-191/Echo
cd EchoStep 2: Create Virtual Environment
Windows:
python -m venv venv
venv\Scripts\activateLinux/macOS:
python3 -m venv venv
source venv/bin/activateStep 3: Install Dependencies
pip install -r requirements.txtStep 4: Configure Bot
Edit config.json with your settings:
Required:
TOKEN- Your Discord bot token
Optional:
ADMIN_ID- Your Discord user ID (for admin commands)bot_invite_link- Bot invite URL
Get Bot Token:
- Go to Discord Developer Portal
- Create/select application → Bot section
- Click "Reset Token" → Copy token
Get User ID:
- Enable Developer Mode (Discord Settings → Advanced)
- Right-click your username → Copy User ID
Step 5: Run the Bot
python main.pyDefault Prefix:
.
Echo Bot has tons of commands across economy, games, moderation, and fun categories.
For complete command details, cooldowns, and usage examples:
For shop items, craftable recipes, and findable items:
Quick Economy Overview
Shop Items:
- Shovel (1,000) - Required for
.dig - Bow (1,000) - Required for
.hunt - Silver (1,000) / Gold (10,000) - Safe investments
Top Craftable Items:
- Glitch - 50,000,000 credits (2x God)
- Complete Gauntlet - 60,000 credits
- Excalibur - 35,000 credits
- M4A1 - 30,000 credits
Best Earning Methods:
.dig- 1,000-1,600 credits/min (requires shovel).hunt- 600-1,300 credits/min (requires bow).scrap- 400-800 credits/min.daily- 15,000 credits/day
See CONTRIBUTING.md for guidelines on how to contribute to this project.
- Commands Reference - Complete list of all bot commands
- Items & Economy Guide - Shop items, crafting recipes, and findable items
- Architecture Guide - System design and implementation details
- API Reference - Technical API documentation