Skip to content
Xenon
Add to Discord

Sync

Create a message sync between two channels in one or two directions. You can find a list of your syncs with /sync list

/sync messages <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 /sync list

/sync bans <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. You can find out how to get a guild id here.

required

Create a role sync between two roles in one or two directions. This way all members that have role A will also get role B or vice versa. Role A has to be on the server where you run the command, role B can also be on a different server.

You can find a list of your syncs with /sync list

/sync roles <role_a> <direction> <server_b> <role_b>

The id of role A. You can find out how to get a role id here.

required

The direction for the sync. Either “from” to sync assigned roles from the role B to role A, “to” to sync assigned roles from role A to the role B or “both” for both directions.

options: from, to, both required

The id of the server that role B belongs to. You can find out how to get a guild id here.

required

The id of role B. You can find out how to get a role id here.

required

You obviously need to create sync before you can use this command.

You can find a list of your syncs with /sync list.

/sync delete <sync-id>

The id of the sync you want to delete. You get this after creating a sync.

required