/bot

Primary LanguageJavaScript

Discord bot example

Read this article to fully understand what this is about 😃

Getting started

  1. Clone this repository
  2. Run npm install
  3. Grab a token on Discord's developer portal
  4. Create a .env file and add a BOT_TOKEN environmental variable whose value is the token above.
  5. Run npm run dev