Xerxous / discordTemplate

a quick start template for discord bots - configure and code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discordTemplate

A jump start for discord bots(discord.js)

Setting up

  • npm install
  • npm install -g node, babel-cli, babel-node, forever
  • JS - es6
  • Change config.json to your needs
  • Add secret.json with {API_KEY: "YOUR API_KEY"} in the main directory ./(where config.json is)
  • Add modules to modules.json
  • Create new folders/js files/json files for additional modules: an example has been made in the modules folder

Starting

  • npm start - nodemon driven development environment
  • npm run compile - babel build for prod
  • npm run prod - forever run on production

About

a quick start template for discord bots - configure and code


Languages

Language:JavaScript 100.0%