Jordan's Discord bot template
Install Node.js for your OS of choice
Install MySQL or MariaDB for your OS of choice (I would highly recommend MariaDB for simplicity)
Also install Discord Chat Exporter CLI
npm i
npm i -g forever
forever start bot.js
Connect to your database and run the commands in dbsetup.sql and you're all set!
You can set up the prefix and see the commands in the config.json file :)