Skip to content

Installation & Usage

Connor edited this page Apr 5, 2021 · 2 revisions

Pre-Requisites

  • A Mongo DB instance (self-hosted or Mongo Atlas) with a URI.
  • Discord Bot Token (Guide)

Local Installation

  1. Clone the repo.
https://github.com/cnnor/Maya.git
cd Maya
  1. Install dependencies.
npm install
  1. Remove -example from .env-example and replace variables.
TOKEN=DISCORD BOT TOKEN
OWNER_ID=USER ID OF THE OWNER
MONGO_URI=URI TO YOUR MONGO DATABASE
  1. Start using ts-node and Nodemon.
npm run start

Clone this wiki locally