Skip to content

Releases: KaloudasDev/active-developer-badge

v1.0.0 - Production Release

21 Oct 13:15
4785add

Choose a tag to compare

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 start

Usage

  1. Configure bot with Discord Developer tokens
  2. Deploy to server with applications.commands scope
  3. Execute /badge command once
  4. 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