Discord Bot Boilerplate Language: Typescript Framework: Eris Installation Clone git clone https://github.com/zyrouge/discord-bot-boilerplate.git Environmental Variables Rename .env.example to .env and fill the necessary fields Installing NPM packages (production) npm install Installing NPM packages (development) npm install -D Run npm start Build npm run build View all scripts here