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

https://github.com/7dev7urandom/yg-discord-bot


https://github.com/7dev7urandom/yg-discord-bot

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# yg-discord-bot

A discord bot that runs on the Youth Group discord server.

All relevant code is in the [index.ts](index.ts) file.

To run the bot, you need a `config.json` containing your bot token.

```json
{
"token": "your-token"
}
```

Then compile the typescript into javascript and run with node.js

You can run the [cron.ts](cron.ts) file once a day to send a votd in a specified channel with a token also in `config.json`.