andia
v0.1.0
Published
Self-Hosted Open-Source Discord Bot to onboard & protect community members. It gamifies user entertainment & engagement.
Downloads
1
Readme
Self-Hosted Open-Source Discord Bot to onboard & protect community members. It gamifies user entertainment & engagement.
Usage
- Clone using:
git clone https://github.com/Accretence/andia
- Install dependencies:
npm install
- Create a Discord Bot using Discord Developer Portal
- Create a Cloud MongoDB Atlas Database using MongoDB Cloud
- Fill in
.env
usingsample.env
as a template:
DISCORD_TOKEN = // Your Discord Bot Token
ATLAS_URL = // Your MongoDB Atlas Connection URL
- Run locally:
npm run dev