Boilerplate for a project using Discord.js, Typescript and Eslint
Use a package manager of your choice (npm, yarn, etc.) in order to install all dependencies
yarn install
or
npm install
To run the project just execute a command
yarn dev
or
npm dev
Pull requests are always welcome 😃.