Skip to content

nbadal/discord-active-developer-badge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

No, it's not "patched"

I've seen a lot of people say that this method has been patched or something. It's not. It still works (people are still getting the badge from it), if you're unable to get the badge after 24 hours of waiting, you're probably affected by the issue I mentioned below.

I think people think this is patched because of NoTextToSpeech's video but that video linked to another repository that works a different way, not this one.

Active Developer Badge

Discord just launched the new "Active Developer" badge and they're encouraging new developers to join the community and get it. If you're still learning and want the badge, follow the instructions below!


image


Instructions

  • 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 your clipboard
  • Click this badge to clone this repo to a new repl in Replit -> Run on Repl.it
    • You will be redirected to Replit, you might have to create an account (you can Register with Google)
  • Wait for the repo has finished cloning and the repl to full connect
  • Click the green "Run" button at the top
  • Go to the console (big black square on the right) and paste in the token you copied earlier (Note: CTRL + V won't work, you'll need to do CTRL + Shift + V or right-click and click paste
  • Press the 'Enter' button
  • Wait for it to print 'DONE' in the console, DON'T STOP THE PROGRAM OR CLOSE THE TAB YET
  • Go back to the application page, go to the "General Information" tab, scroll down and copy application id
  • Create a new discord server (you can delete it at the end)
  • Enable community on the server
  • 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 /ping command 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)
  • Congrats on that shiny new badge

If you're encounting any issues, create a new GitHub issue or join (this)[https://discord.gg/M5MSE9CvNM] server and ping me in the #general channel.

If you're unable to get the badge after waiting 24 hours

This is a known issue that Discord is working on fixing. There should be a fix out by Monday [11/14/22] or Tuesday [11/15/22] image

Star the repo!!!

If you were able to successfully get the badge from this, star this repository so more people can see it and feel free to join our Discord server: https://discord.gg/M5MSE9CvNM

About

Simple script you can use to get the new Discord "Active Developer" badge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • Nix 3.5%