Sync
Sync messages between different channels and bans between different servers. It's possible to sync in one direction or in both.
Create a message sync between two channels in one or two directions. You can find a list of your syncs with
x?sync list
x?sync messages <direction> <channel>
direction
channel
The direction for the sync. Either "from" to sync messages from the other channel to yours, "to" to sync messages from yours to the other channel or "both" for both directions.
options: from, to, both
required
Either the channel id or mention of the other channel
required
Create a ban sync between two guilds in one or two directions. You can find a list of your syncs with
x?sync list
x?sync bans <direction> <guild-id>
direction
guild-id
The direction for the sync. Either "from" to sync bans from the other guild to yours, "to" to sync bans from yours to the other channel or "both" for both directions.
options: from, to, both
required
The id of the other guild
required
You obviously need to create sync before you can use this command.
You can find a list of your syncs with
x?sync list
.Deleting a sync is irreversible! Be careful with this command.
x?sync delete <sync-id>
sync-id
The id of the sync you want to delete. You get this after creating a sync.
required
Last modified 3yr ago