An open API service indexing awesome lists of open source software.

https://github.com/brkpoint/example-bot_discord.js

example bot
https://github.com/brkpoint/example-bot_discord.js

Last synced: 24 days ago
JSON representation

example bot

Awesome Lists containing this project

README

          

# example-bot discord.js

Paste token and bot id in .env file for it to work

~ INSTRUCTIONS

create folder and pase all files from this repository and open command prompt in this directory and type: npm init

then you need to install:
- discord.js
- ms

```
npm install discord.js
```
```
npm install ms
```
```
npm install dotenv
```

paste token and bot id in .env file for it to work

~ DISCORD GUIDE

https://discordjs.guide