Sync messages between different channels and bans between different servers. It's possible to sync in one direction or in both.
All sync commands are only available for premium users.
Creating a message sync
Create a message sync between two channels in one or two directions. You can find a list of your syncs with x?sync list
Syntax
1
x?sync messages <direction> <channel>
Copied!
Arguments
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, bothrequired
Either the channel id or mention of the other channel
required
Creating a ban sync
Create a ban sync between two guilds in one or two directions. You can find a list of your syncs with x?sync list
Syntax
1
x?sync bans <direction> <guild-id>
Copied!
Arguments
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, bothrequired
The id of the other guild
required
Deleting a sync
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.
Syntax
1
x?sync delete <sync-id>
Copied!
Arguments
sync-id
The id of the sync you want to delete. You get this after creating a sync.