This is guide to how to get Active Developer badge on discord
-
Clone this repository:
git clone https://github.com/enlomy/discord-developer-badge.git cd discord-developer-badge -
Install dependencies:
npm install
-
Go to https://discord.com/developers/applications, and create a new application on the account you want the badge on.
-
Go to the bot tab and generate a bot account for the application.
-
Click the "Reset Token" button to generate a token (if you have 2FA enabled, you'll need your code).
-
Copy the token to
tokenin.env. -
Wait for it to print
Application/Bot has just started to run. Please keep this bot running until you get the badge. If this process is down, the bot will be offline. -
Go back to the application page, go to the "General Information" tab, scroll down, and copy the application ID.
-
Create a new Discord server (you can delete it at the end).
-
Enable community on the settings of the server (you only need to do this if you don't own any other Discord server with community enabled)
-
Return to
https://discord.com/developers/applications. -
Copy the application ID.
-
Use this invite link to add the application to the server: (replace
{applicationid}with what you copied)https://discord.com/oauth2/authorize?client_id={applicationid}&scope=bot%20applications.commands&permissions=105227086912 -
In the server, go to a channel and use the
/pingcommand on the bot. -
Go to the https://discord.com/developers/active-developer page and register everything (If it says you're not eligible, it's because you're not registered in their system yet. you might have to wait up to 24 hours).
NOTE: Make sure you have the “Use data to improve Discord” setting enabled under User Settings > Privacy & Safety otherwise you won't be able to be marked as eligible.
