Skip to content

JamesHawkinss/discord-channel-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Discord bot to sync channels across multiple servers.

Topics

Resources

Stars

Watchers

Forks