A simple template to start to code your own and personalized discord bot in Javascript.
Clone the project
git clone git@github.com:codiume/discord-bot-template.git fancy-bot
Go to the project directory
cd fancy-bot
Install dependencies
npm install
Run the dev server
npm run dev