/BaconHawkJS

Made By Bacon_Space & NiteHawk

Primary LanguageJavaScriptMIT LicenseMIT

BaconHawkJS

Join Our Discord BaconHawk's server

BaconHawkJS is a new Frame Work for DiscordJS. BaconHawkJS is currently a Work In Progress project and will be updated frequently!

Made By Bacon_Space & NiteHawk

Set-up

  1. Download the Master Branch of BaconHawkJS
  2. Download and Install NPM/Node
  3. Open up your cmd prompt and Navigate to the directory of the bot
  4. Do npm install inthe directory of your bot
  5. Once this is done edit the config.json file with your bots information
  6. Go back to your command prompt and do node baconhawk.js to start the bot
  7. If no errors appear than the bot was set-up correctly
  8. Enjoy!

Modules

Many of you may be wondering what modules are, in BaconHawkJS modules are .js files that are located in a folder inside the modules folder. Each module, or .js file, adds its own unique command to the bot that is auto-loaded into the bot with the modules.js file. The frame work comes pre installed with a few modules for you to look off. There are sub categories inside the main modules folder for you to nicely organize your modules into folders! An example {module}.js file will be below.

exports.module = "<command_name>";

exports.<command_name> = {
  run: function(bot,suffix,msg) {
    //your code here
  }
}

Support

For support join the official BaconHawk's server You can also contact us via E Mail at baconhawkjs@gmail.com

BaconHAWK