https://github.com/7dev7urandom/yg-discord-bot
https://github.com/7dev7urandom/yg-discord-bot
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/7dev7urandom/yg-discord-bot
- Owner: 7dev7urandom
- Created: 2020-11-30T08:13:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T04:11:07.000Z (10 months ago)
- Last Synced: 2025-04-02T04:30:48.690Z (10 months ago)
- Language: TypeScript
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.