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

https://github.com/verekia/discord-forum-feed


https://github.com/verekia/discord-forum-feed

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# discord-forum-feed

Watches forum channel threads and posts new messages to a regular text channel.

## Env

```
DISCORD_TOKEN=abc
SERVER_ID=abc
SOURCE_CHANNEL_ID=abc
DESTINATION_CHANNEL_ID=abc
```

## Run

```bash
bun start
```