Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/developerjosh/djs-v13-starter-bot

This is a template for people wanting to make a bot.
https://github.com/developerjosh/djs-v13-starter-bot

bot discord-bot discord-js djs djs13

Last synced: 27 days ago
JSON representation

This is a template for people wanting to make a bot.

Awesome Lists containing this project

README

        

# djs-v13-starter-bot

# Set up

Make a config.json file like this
```json
{
"token": "",
"clientId": "",
"guildId": ""
}
```