Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.37 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.37 KB

discord-devbadge-getter

Discord made a shiny new "Active Developer" badge which you can get by creating a bot that supports Global Commands. This shows you how to create a bot, but don't worry, it's super easy to use!

Steps

  1. Create a new temporary Discord server and enable Community (Server Settings > Community)
  2. Either:
  3. Create a new Discord application
  4. Copy "Application ID" into the first line of index.js
  5. Go to the "Bot" tab and create an account
  6. Click "Reset Token" to generate the token
  7. Copy the token in the second line of index.js
  8. Depending on which method you're using, either run node index.js OR press the Run button on RunKit (only works 1 minute at a time, be quick or press run again after it stops)
  9. Go to #general and type /continue
  10. Do what the bot says
  11. Check out your shiny new badge!
  12. Star the repo and follow me on GitHub if you found this useful!

Issues

Having problems? Create a GitHub issue by clicking here.