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.
|
|
4 years ago | |
|---|---|---|
| .. | ||
| commands | 4 years ago | |
| events | 4 years ago | |
| .gitignore | 4 years ago | |
| Procfile | 4 years ago | |
| README.md | 4 years ago | |
| index.js | 4 years ago | |
| package-lock.json | 4 years ago | |
| package.json | 4 years ago | |
README.md
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