Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.31 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.31 KB

Discord Bots

GitHub license Snyk vulnerabilities GitHub issues

Licensed under the AGPL-3.0 license. Here's the LICENSE file.

Feel free to contribute to Discord Bots, also, you can always talk to our development team in our discord server

We do not support public clones! We won't provide any support. The following instructions are for the users who wants to contribute with Discord Bots Team.

Setup

Prerequisites

  1. Node.js v12+

  2. MongoDB. (connect-mongo & mongoose)

  3. Have installed all NPM Packages:

npm install

Configuration

Go to config-example.json and rename it to config.json then add all values needed.

Go Live

If you've followed all the instructions above, then you just need to run 1 more command on the terminal: npm start

🎉Congratulations! Now the application should be running!