You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
463 B
463 B
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