Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jameshawkinss/discord-channel-sync
- Owner: JamesHawkinss
- Created: 2020-07-09T17:51:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T18:54:47.000Z (over 2 years ago)
- Last Synced: 2023-03-04T05:18:20.819Z (almost 2 years ago)
- Topics: discord, discord-bot, synced-channel
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.