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: 3 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T01:17:11.000Z (about 1 year ago)
- Last Synced: 2025-02-09T17:45:54.426Z (5 months ago)
- Topics: discord, discord-bot, synced-channel
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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.