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
- Download the Master Branch of BaconHawkJS
- Download and Install NPM/Node
- Open up your cmd prompt and Navigate to the directory of the bot
- Do npm install inthe directory of your bot
- Once this is done edit the config.json file with your bots information
- Go back to your command prompt and do node baconhawk.js to start the bot
- If no errors appear than the bot was set-up correctly
- Enjoy!
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
}
}
For support join the official
You can also contact us via E Mail at [email protected]