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!
- Create a new temporary Discord server and enable Community (Server Settings > Community)
- Either:
- Download the repo ZIP, install Node.js, then run
npm install
OR - Copy and paste index.js into RunKit
- Download the repo ZIP, install Node.js, then run
- Create a new Discord application
- Copy "Application ID" into the first line of index.js
- Go to the "Bot" tab and create an account
- Click "Reset Token" to generate the token
- Copy the token in the second line of index.js
- 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) - Go to
#general
and type/continue
- Do what the bot says
- Check out your shiny new badge!
- Star the repo and follow me on GitHub if you found this useful!
Having problems? Create a GitHub issue by clicking here.