Discord-Bot-SQLite-DB
A template for creating Discord Bots with database interactions. Provided example is written for SQLite.
Installation and Setting Up
npm install && cp config.example.json config.json && rm config.example.json
Developing the DiscordJS Bot
nodemon deploy-commands.js
nodemon index.js