- Install Node.js (optionally Git)
- Clone repo or download via ZIP
- Rename .env.example to .env
- Create bot application on discord
- Copy over token and client ID into the .env file
- Invite bot to server with application command permissions
https://discord.com/oauth2/authorize?client_id=INSERT_CLIENT_ID_HERE&scope=bot&permissions=2147485696
- Run
npm i
- Run
node deploy-commands.js
- Run
node index.js
- In your Discord server with the bot and community enabled, run /ping
- ...
- Profit???
This is entirely referenced off of https://discordjs.guide/#before-you-begin to show people how easy it is to get a Discord Active Developer Badge. Go learn something new!