discord-bot-example
discord-bot-example copied to clipboard
Discord bot example
Read this article to fully understand what this is about 😃
Getting started
- Clone this repository
- Run
npm install - Grab a token on Discord's developer portal
- Create a
.envfile and add aBOT_TOKENenvironmental variable whose value is the token above. - Run
npm run dev