Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mambuzrrr/active-developer-badge
Get the Discord Developer Badge with a Discord Bot.
https://github.com/mambuzrrr/active-developer-badge
active-developer-badge discord discord-bot
Last synced: 21 days ago
JSON representation
Get the Discord Developer Badge with a Discord Bot.
- Host: GitHub
- URL: https://github.com/mambuzrrr/active-developer-badge
- Owner: mambuzrrr
- Created: 2024-01-11T21:33:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T23:22:15.000Z (about 1 year ago)
- Last Synced: 2024-01-13T17:51:27.495Z (about 1 year ago)
- Topics: active-developer-badge, discord, discord-bot
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Active Developer Badge
A Discord bot that allows you to get the Discord Developer Badge> [!NOTE]
> We start with the first condition you need to fulfill before starting the bot.
> We are using the **discord.js** version `@14.14.1` for this Discord bot, That means you need to download the required packages for our Discord bot in your project folder.
> You do this with the following command: `npm install [email protected]`## What do I need to do?:
- 1.) First, you need to create a bot application here: https://discord.com/developers/applications
- 2.) Once you have done this, go to the "General Information" tab, where you will find the Application ID (Client ID) and the Bot Token for your project.
- 3.) Then go to the "Bot" tab and enable 3 intents: PRESENCE INTENT, SERVER MEMBERS INTENT, and MESSAGE CONTENT INTENT.
- 4.) Download the required files from Github (Download in ZIP archive).
- 5.) Unpack the ZIP file on your system (Under Linux, use the command: `unzip `).
- 6.) Once you have the files `app.js`, `config.json` in your directory where the Discord modules are (which you installed earlier with `npm install [email protected]`), you can now edit the `config.json` (Guild ID (Server ID), Client ID (Bot ID).
- 7.) If you done that, you can start the Bot now with the command: `node app.js`.
- 8.) Wait 2 - 5 minutes and execute the command /help.
- 9.) Now you can wait for 24 hours and visit this website: https://discord.com/developers/active-developer. That way, you can get the badge :)