/discord-bot-template

A simple template to start coding your own and personalized discord bot in Javascript

Primary LanguageJavaScriptMIT LicenseMIT

Discord Bot Template

js-standard-style

A simple template to start to code your own and personalized discord bot in Javascript.

Run Locally

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