Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 463 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 463 Bytes

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