Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

DisnodeTeam/disnode-bot

Repository files navigation

Disnode

Software Powering Communities

Discord

Getting Started:

Installing

npm install disnode --save && npm install

Bot Config

Make a file called Bot-Config.json in /bots and fill it in with your bots information

  {
  "key": "Bot Token Here",
     "prefix" : "Bot Prefix",
  "db": {
     "use_db" : false,
     "auth" : false,
     "user" : "",
     "pass" : "",
     "host" : "",
     "port" : "",
     "DBName" : ""
        }
  }
Starting Up

node Run.js or pm2 can run your bot.