# Discord bot example Read this [article](https://medium.freecodecamp.org/how-to-create-a-discord-bot-under-15-minutes-fb2fd0083844) 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](https://discordapp.com/developers/applications) 4. Create a `.env` file and add a `BOT_TOKEN` environmental variable whose value is the token above. 5. Run `npm run dev`