Skip to content

Dcordtroller is a Discord bot used to manage servers with interesting functions

Notifications You must be signed in to change notification settings

KENJIFAM/Dcordtroller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo app: https://dcordtroller.herokuapp.com

For running the front-end

Use these commands before running for the first time.

  • npm install
  • npm start to run.

For Soundboard, go to soundboard folder and use these commands:

  • npm install
  • node music.js

For running the server

  • Go to /server: cd server
  • Use npm install before running for the first time.
  • Create a .env file and add two line:
SECRET_KEY=<YOUR_SECRET_KEY>
DB_HOST=<YOUR_MONGODB_HOST>

Note: No space before and after =
SECRET_KEY is a random string by your own, eg. adkjs324nbjsb&+jhsdbf3b_jbkjb35n5bnm35bmnb5

  • node index.js to run.

About

Dcordtroller is a Discord bot used to manage servers with interesting functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.6%
  • CSS 10.6%
  • HTML 1.8%