A Discord bot written in JavaScript to get red pandas using a command!
If you don't know setting up a bot application, check this guide!.
- Install Node.js 16.9.0 (or newer).
- Do
npm install
- Replace the token using the one from your application at
index.js
. - Run using
node index.js
- Done!