0.1.0 • Published 2 years ago

andia v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Self-Hosted Open-Source Discord Bot to onboard & protect community members. It gamifies user entertainment & engagement.

Usage

  1. Clone using:
git clone https://github.com/Accretence/andia
  1. Install dependencies:
npm install
  1. Create a Discord Bot using Discord Developer Portal
  2. Create a Cloud MongoDB Atlas Database using MongoDB Cloud
  3. Fill in .env using sample.env as a template:
DISCORD_TOKEN = // Your Discord Bot Token
ATLAS_URL = // Your MongoDB Atlas Connection URL
  1. Run locally:
npm run dev