The chaotically brilliant Discord assistant that fuses enterprise-grade engineering with sharp wit. This isn't your average chat botโit's a full-stack powerhouse capable of tracking your crypto portfolio, scouring the web for answers, and recalling your preferences while providing insightful responses. Built on AI and a bold personality, Jakey is a production-ready package that actually works.
This project is my passion project - a journey through full-stack development that resulted in a production-ready Discord bot. I started this as an experiment with my Discord community and ended up building something that could run a small business. Here's what makes Jakey tick:
- Microservices Madness: MCP memory server with HTTP APIs and fancy port magic
- Async Everything: Because waiting is for losers - full async/await with aiohttp and aiosqlite
- Dependency Injection: Clean architecture that doesn't suck (most of the time)
- Resilience Engineering: Shit breaks? No problem - automatic failover and recovery
- Free AI Models: Pollinations primary, OpenRouter backup - never gets stuck
- Art Gallery in Your Discord: 49 artistic styles from Van Gogh to anime waifus
- Tool Belt: 12 specialized tools for crypto prices, web search, math, and more
- Anti-Repetition Tech: Advanced system so Jakey doesn't repeat himself like a broken record
- Backend: Python async services, REST APIs, database wizardry
- Frontend: Discord interface with 35 commands that actually work
- Database: SQLite with async ops and proper data modeling
- APIs: Integrated with CoinMarketCap, SearXNG, tip.cc, and more
- 81 Unit Tests: Yeah, I actually wrote tests and they all pass
- Integration Tests: Makes sure all the APIs talk to each other nicely
- MCP Memory Tests: 10 tests just for the memory system
- Error Handling: Graceful failures because crashes are embarrassing
- Multi-Platform: Systemd, PM2, Docker - deploy anywhere
- Config Management: 70+ settings because customization is key
- Self-Hosted Infra: SearXNG search, MCP memory server
- Production Hardening: Rate limiting, security, backups
- Crypto Tipping: tip.cc integration with balance tracking
- Airdrop Automation: Smart claiming system with server whitelist support, retry logic, and trivia auto-answering
- Gambling Tools: Keno generator, bonus schedules, financial calcs
- Memory System: Remembers your shit so conversations make sense
Bottom line: Jakey proves enterprise-level software can be built while keeping it innovative and fun. Everything is designed for reliability, but the code works! ๐ฐ
Jakey isn't just another Discord bot - he's your research assistant, financial advisor, and entertainment system all in one. He excels at:
- ๐ Research & Info: Web search, crypto prices, AI conversations, image analysis, and audio generation
- ๐ฐ Finance & Crypto: Live price tracking, tip.cc integration, transaction history, airdrop automation, and financial calculations
- ๐ฎ Entertainment: Professional art generation (49 styles), gambling tools, time/date features, random generators, and persistent memory
- ๐ค AI Features: Contextual conversations, tool integration, multi-modal capabilities, and error recovery
- ๐ ๏ธ Server Management: Reaction roles, gender recognition, admin tools, webhook relays, and channel analytics
In short: Jakey transforms your Discord server into a research lab, financial dashboard, entertainment center, and AI assistant. ๐ฐ๐๐ฐ
See Key Features below for detailed technical specifications.
- Uncensored AI: Jakey uses uncensored AI models that can generate explicit, offensive, or controversial content
- No Content Filtering: Unlike mainstream AI services, Jakey has minimal content restrictions
- User Responsibility: All generated content is the responsibility of the user - use discretion
- Degenerate Personality: Jake's responses are offensive and reflect his cynical, gambling-obsessed persona
Self-botting violates Discord's Terms of Service and can result in account suspension or permanent bans.
- Account Risks: Using self-bots can lead to Discord account termination
- Legal Gray Area: Self-botting exists in a legal gray area and is not officially supported
- Educational Use Only: This project is for educational and personal use only
- No Warranty: Use at your own risk - the developers are not responsible for account issues
- Rate Limiting: Discord actively detects and blocks self-bot behavior
- API Changes: Discord frequently updates their API, potentially breaking self-bot functionality
Bottom line: Self-botting is risky business. Use Jakey responsibly and be prepared for potential consequences. Everything is rigged, but at least you were warned!
- About ๐
- What Jakey Can Do For You ๐ฏ
- Important Warnings
โ ๏ธ - Production Status ๐
- Project Structure ๐
- Key Features โจ
- Command System ๐ฎ
- Configuration โ๏ธ
- Security & Admin Features ๐
- Advanced Systems ๐ง
- Quick Start ๐
- Database & Testing ๐๏ธ
- Documentation & Dependencies ๐
- Contributing ๐ค
- Donations ๐ฐ
- License ๐
- โ Tests: 81/81 passing (including 10 MCP integration tests)
- ๐ฏ Commands: 35 registered and functional across 8 categories
- ๐ ๏ธ Tools: 12 AI tools with function calling capabilities
- ๐ APIs: 6+ external service integrations (Pollinations, OpenRouter, Arta, CoinMarketCap, SearXNG, tip.cc)
- ๐พ Database: Async SQLite with connection pooling and comprehensive data modeling
- ๐ Monitoring: Enhanced logging, health checks, and performance metrics
- ๐ง Memory: MCP protocol implementation with dynamic port assignment
- ๐ Security: Input validation, rate limiting, and admin controls
Jakey/
โโโ main.py # Application entry point with DI container
โโโ config.py # 70+ configuration parameters
โโโ bot/ # Discord client & 35 command handlers
โโโ ai/ # Multi-provider AI (Pollinations + OpenRouter)
โโโ tools/ # MCP memory server & tool system
โโโ data/ # Async SQLite database operations
โโโ utils/ # Helper functions & integrations
โโโ tests/ # 81 comprehensive unit tests
โโโ docs/ # Complete documentation suite
โโโ resilience/ # Failover & recovery systems
- Conversational AI: Natural language chat with personality and memory
- Research Tools: Web search, calculations, data analysis, and information retrieval
- Creative Generation: Professional artistic images and audio synthesis
- Smart Memory: Remembers user preferences and conversation context
- Multi-Modal: Text, image, and audio capabilities
- Live Market Data: Real-time cryptocurrency prices and market information
- Tipping System: tip.cc integration for seamless crypto transactions
- Financial Tracking: Balance monitoring, transaction history, and earnings analytics
- Airdrop Automation: Intelligent claiming with retry logic, success tracking, and trivia auto-answering
- Investment Tools: Price alerts, portfolio tracking, and market analysis
- Enterprise Architecture: Microservices, async processing, and scalable design
- Reliability: Multi-provider failover, error recovery, and health monitoring
- Security: Input validation, rate limiting, and admin controls
- Performance: Optimized for speed with comprehensive testing (81/81 tests passing)
- Deployment: Multiple deployment options (PM2, Systemd, Docker)
- 81 Unit Tests: Complete test coverage with integration and MCP memory tests
- Comprehensive Documentation: 20+ detailed docs covering all features
- Multi-Platform Deployment: Systemd, PM2, Docker support with automated scripts
- Configuration Management: 70+ environment variables with sensible defaults
- Python 3.8+
- Discord user account token
- API keys for external services (optional)
-
Clone & Install:
git clone https://github.com/brokechubb/Jakey.git cd JakeySelfBot pip install -r requirements.txt -
Configure:
cp .env.example .env # Edit .env with your Discord token and API keys -
Run:
./scripts/jakey.sh # Full production startup (recommended) python main.py # Simple development startup ./scripts/jakey.sh --skip-mcp # Without MCP memory server
PM2 (Recommended):
pm2 start pm2-ecosystem.yml
pm2 logs jakey-self-botSystemd:
./setup_systemd.sh
./service_control.sh start
./check_status.shJakey features 35 comprehensive commands across 8 categories, all with built-in help and error handling:
| Category | Commands | Description |
|---|---|---|
| Core | 8 commands | Help, stats, ping, model management, time/date |
| AI & Media | 4 commands | Image generation, audio synthesis, image analysis |
| Memory | 2 commands | User preference storage, friend management |
| Gambling | 10 commands | Keno, bonus schedules, airdrop status, trivia, utilities |
| Financial | 3 commands | tip.cc balance tracking, transactions, statistics |
| Admin | 8 commands | Tipping, airdrops, user management, history clearing |
| Roles | 4 commands | Gender roles, reaction role management |
Example Usage:
%image a beautiful sunset in van gogh style- Generate professional artistic images%bal- Check cryptocurrency balances with USD conversion (admin only)%remember favorite_color blue- Store user preferences%keno [count]- Generate random Keno numbers with visual board (optional count 3-10)%triviastats- Show trivia database statistics and health%clearstats- Clear all tip.cc transaction history (admin only)
70+ configurable parameters via environment variables with sensible defaults. Key areas:
- Discord: Token, presence, admin controls, guild blacklists
- AI: Model preferences, rate limits, provider failover settings
- Financial: tip.cc integration, airdrop claiming parameters
- Memory: MCP server settings, conversation history limits
- Tools: API keys for external services (CoinMarketCap, SearXNG, etc.)
See config.py and Configuration Guide for complete documentation.
- Admin Controls: Restricted commands with user ID validation
- Rate Limiting: Built-in throttling to prevent abuse
- Input Validation: Comprehensive sanitization of all user inputs
- Guild Blacklisting: Selective response controls per server
- Audit Logging: Complete action tracking and error reporting
Admin Setup:
# In .env file
ADMIN_USER_IDS=123456789,987654321HTTP-based memory service with dynamic port assignment for persistent user data storage.
Automatic pronoun usage based on Discord role mappings with real-time updates.
Automated role assignment through emoji reactions on designated messages.
Configurable AI memory with token limits and channel-specific context windows.
- Python 3.8+
- Discord user account token
- API keys for external services (optional)
-
Clone & Install:
git clone https://github.com/brokechubb/Jakey.git cd JakeySelfBot pip install -r requirements.txt -
Configure:
cp .env.example .env # Edit .env with your Discord token and API keys -
Run:
./scripts/jakey.sh # Full production startup python main.py # Simple development startup ./scripts/jakey.sh --skip-mcp # Without MCP memory server
PM2 (Recommended):
pm2 start pm2-ecosystem.yml
pm2 logs jakey-self-botSystemd:
./setup_systemd.sh
./service_control.sh start
./check_status.shAsync SQLite with connection pooling storing conversations, user preferences, financial transactions, and airdrop records.
Utilities:
python utils/flush_db.py # Clear all database data81 comprehensive tests covering all functionality with 100% pass rate.
Run Tests:
python -m tests.test_runner # All tests
python -m tests.test_mcp_memory_integration # MCP memory tests
python -m unittest tests.test_commands.TestCommands.test_help # Specific testTest Coverage: Core functionality, API integrations, database operations, MCP memory system, and error handling.
- discord.py-self: Discord self-bot framework
- aiohttp: Async HTTP client for API integrations
- aiosqlite: Async SQLite database operations
- python-dotenv: Environment configuration management
- AI: Pollinations (primary), OpenRouter (fallback), Arta (artistic images)
- Financial: CoinMarketCap (crypto prices), tip.cc (tipping)
- Search: Self-hosted SearXNG instance
- Memory: MCP protocol implementation
Complete documentation suite in docs/ covering all features, APIs, and configuration options.
We welcome contributions! Please see our Contributing Guide for details on how to get started.
For bugs, features, or questions, use GitHub Discussions.
- CRITICAL: Uses
discord.py-self(NOT regulardiscord.py) - never addintents=parameter - Self-Bot: Runs on user accounts, not bot applications
- Educational: For learning and personal use only
- Uncensored AI: Generates explicit/controversial content - user discretion advised
- Account Risk: Self-botting violates Discord ToS - use at your own risk
- No Warranty: Developers not responsible for account suspensions or bans
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
- โ Freedom: You can use, modify, and distribute the software
- โ Open Source: All source code is available and transparent
- โ Copyleft: Derivative works must also be licensed under GPLv3
- โ No Warranty: Software is provided "as is" without guarantees
- โ Community: Contributions and improvements are welcome
For more information about GPLv3, visit https://www.gnu.org/licenses/gpl-3.0
Have questions, found a bug, or want to share feedback? Head over to our GitHub Discussions to connect with the community and developers!
Don't forget to โญ star the project if you find it useful - it helps others discover Jakey and keeps the motivation high!
If you find Jakey useful and want to support continued development, consider buying me a coffee with crypto! Every little bit helps keep the project alive and add new features.
SOL (Solana):
FVDejAWbUGsgnziRvFi4eGkJZuH6xuLviuTdi2g4Ut3o
LTC (Litecoin):
ltc1qlace3x54t6ktzsvv7jr59xknrj5twvp99w2sze
BTC (Bitcoin):
bc1q526y8dz3utguacc3d4rrk4xjecg9kl4e9etex0
Thank you for your support! ๐ฐ๐
This project takes inspiration from the original JakeyBot by zavocc. While this implementation is built from the ground up with completely different architecture and features, I acknowledge that the name "Jakey" and the general concept of an AI-powered Discord assistant originated from that project. The Jakey Self-Bot project has evolved into a distinct implementation with self-botting capabilities, MCP memory systems, and advanced tool integration that differ significantly from the original.
Built with โค๏ธ by brokechubb