A facebook chatbot
You need a config.js
file with a Facebook Account's username and password. After you have that, be sure you have Node and NPM installed.
npm install
npm start
To add a command, add the Name, Usage, Path, and Description to commands.json. Add your javascript to a file in the commands folder.