A social reward system for interacting with peers on your Discord server. 💼 Whether you're connecting with colleagues for work,📘 studying alongside classmates, 🎮 or simply enjoying quality time with friends, This achievement bot brings a playful twist to your daily interactions. ^-^ 😉INVITE ME👈🏻 |
To add the bot to your server, use this link to invite and enable all permissions:
Invite Bot
Recommended:
- NVM to manage installations of Node and NPM
- Node v20
1️⃣ If you'd like to clone down the project code for yourself, create a folder on your PC where you wish to save the repo.
cd folderIWantToSaveIn
git clone https://github.com/rkmiller131/achievement-bot.git
2️⃣ Now change directories into the folder you just cloned and open with your IDE (Example: VSCode)
cd achievement-bot
code .
3️⃣ Once you're in the root directory for the project, install all dependencies:
npm install
4️⃣ **Note, there is an example.env
file you will need to configure your own secret keys for.
- Get started with your own bot by registering on the Discord Developer Portal
- Discord Documentation has a great
Getting Started
Tutorial
- Discord Documentation has a great
- Sign up for MongoDB Atlas and paste your database connection path in the
.env
after running the command below.
cp example.env .env
5️⃣ And run the project with:
npm run dev