Skip to content

Commit 84c956d

Browse files
authored
Update README.md
1 parent aa60aff commit 84c956d

File tree

1 file changed

+36
-16
lines changed

1 file changed

+36
-16
lines changed

README.md

Lines changed: 36 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,63 @@
1-
![Banner](https://i.imgur.com/uqbt4GM.jpeg)
1+
![Banner]([https://cdn.shopify.com/s/files/1/0559/4788/6783/files/Active_Developer_Badge.png?v=1685712011](https://i.imgur.com/uqbt4GM.jpeg))
22

3-
## Active Developer Badge Guide
3+
# Active Developer Badge Guide
44

5-
Professional Node.js bot template for Discord Active Developer Badge acquisition.
5+
Professional Node.js implementation for Discord Active Developer Badge acquisition and deployment.
66

77
## Overview
88

9-
This repository provides a production-ready Discord bot implementation that qualifies for the Discord Active Developer Badge program. The solution includes a bot with command handling and deployment procedures.
9+
This repository provides a production-ready Discord bot implementation designed specifically to qualify for the Discord Active Developer Badge program. The solution features a complete bot architecture with professional command handling and automated deployment procedures.
1010

1111
## Features
1212

13-
- Single slash command implementation
14-
- Professional code structure
15-
- Comprehensive documentation
16-
- Production-ready configuration
13+
- **Single Slash Command Implementation** - Minimal yet effective command structure
14+
- **Professional Code Architecture** - Enterprise-grade code organization and patterns
15+
- **Comprehensive Documentation** - Complete setup, troubleshooting, and maintenance guides
16+
- **Production-Ready Configuration** - Environment-based security and deployment setup
17+
18+
> [!TIP]
19+
> This implementation requires only one successful command execution to qualify for the badge. No complex bot functionality needed.
1720
1821
## Quick Start
1922

2023
```bash
24+
# Navigate to bot directory
2125
cd bot
26+
27+
# Install dependencies
2228
npm install
29+
30+
# Configure environment
2331
cp .env.example .env
32+
33+
# Start the bot
2434
npm start
2535
```
2636

27-
Execute the `/badge` command in your Discord server and follow the claim procedure after 24 hours.
37+
> [!WARNING]
38+
> Ensure your Discord bot token remains secure and never committed to version control. Use environment variables exclusively.
39+
40+
Execute the `/badge` command in your Discord server and follow the official claim procedure after 24 hours.
2841

2942
## Documentation
3043

31-
- [Setup Guide](docs/SETUP_GUIDE.md)
32-
- [Troubleshooting](docs/TROUBLESHOOTING.md)
33-
- [Eligibility Requirements](docs/ELIGIBILITY.md)
44+
- [**Setup Guide**](docs/SETUP_GUIDE.md) - Complete installation and configuration instructions
45+
- [**Troubleshooting**](docs/TROUBLESHOOTING.md) - Common issues and resolution procedures
46+
- [**Eligibility Requirements**](docs/ELIGIBILITY.md) - Official Discord badge criteria
47+
48+
> [!CAUTION]
49+
> Maintain bot activity by executing commands at least once every 30 days to preserve badge eligibility. Inactivity beyond this period will require re-qualification.
3450
3551
## Requirements
3652

37-
- Node.js 16.0 or higher
38-
- Discord.js 14.0 or higher
39-
- Discord Developer Account
53+
- **Node.js** 16.0 or higher
54+
- **Discord.js** 14.0 or higher
55+
- **Discord Developer Account** with application permissions
56+
- **Server Access** with appropriate management privileges
4057

4158
## License
4259

43-
This project is licensed under the MIT License.
60+
This project is licensed under the MIT License. See [LICENSE](LICENSE) file for complete terms.
61+
62+
> [!TIP]
63+
> For optimal results, keep your bot running continuously for 24 hours after command execution and verify badge eligibility in the Discord Developer Portal.

0 commit comments

Comments
 (0)