-
Notifications
You must be signed in to change notification settings - Fork 1
Installation & Usage
Connor edited this page Apr 5, 2021
·
2 revisions
- A Mongo DB instance (self-hosted or Mongo Atlas) with a URI.
- Discord Bot Token (Guide)
- Clone the repo.
https://github.com/cnnor/Maya.git
cd Maya- Install dependencies.
npm install- Remove
-examplefrom.env-exampleand replace variables.
TOKEN=DISCORD BOT TOKEN
OWNER_ID=USER ID OF THE OWNER
MONGO_URI=URI TO YOUR MONGO DATABASE
- Start using ts-node and Nodemon.
npm run start
Read the contribution guide here.
Report Bug
·
Request Feature
·
Send a Pull Request