Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jameshawkinss/discord-channel-sync

A Discord bot to sync channels across multiple servers.
https://github.com/jameshawkinss/discord-channel-sync

discord discord-bot synced-channel

Last synced: 6 days ago
JSON representation

A Discord bot to sync channels across multiple servers.

Awesome Lists containing this project

README

        

# discord-channel-sync

This will allow one channel in a specified server to be synced with other servers.

## Configuration

```
{
"discord": {
"token": "discord bot token"
},
"sync": {
"serverid": "channelid",
"serverid2": "channelid2"
}
}
```

## Example Usecase

To sync up an announcements channel between servers, for sharing important information.

## Known Issues

This does not currently work with images or sound files, as these are attachments.
Spamming the synced channel will cause ratelimiting - all the messages will be synced, but may take longer than expected. It's not advised to use this in a busy channel.