Release Notes
Technical Improvements
- Discord.js v14.14.1 integration
- Node.js 18.0+ compatibility
- Comprehensive error handling
- Security-focused token management
Installation
git clone https://github.com/KaloudasDev/active-developer-badge.git
cd active-developer-badge/bot
npm install
cp .env.example .env
# Configure your Discord tokens
npm startUsage
- Configure bot with Discord Developer tokens
- Deploy to server with applications.commands scope
- Execute
/badgecommand once - Claim Active Developer Badge after 24 hours
Files Included
- Core bot application (
index.js) - Command handler (
commands/badge-collect.js) - Deployment system (
events/deploy-commands.js) - Complete documentation suite
- CI/CD workflow configuration
Requirements
- Node.js 18.0 or higher
- Discord.js 14.14.1
- Discord Developer Account
- Server with appropriate permissions
Version: v1.0.0
Compatibility: Discord API v10, Node.js 18+
Maintainer: KaloudasDev