Sync
Creating a message sync
Section titled “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 /sync list
Syntax
Section titled “Syntax”/sync messages <direction> <channel>
Arguments
Section titled “Arguments”direction
Section titled “direction”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
channel
Section titled “channel”Either the channel id or mention of the other channel
required
Creating a ban sync
Section titled “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 /sync list
Syntax
Section titled “Syntax”/sync bans <direction> <guild-id>
direciton
Section titled “direciton”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
guild-id
Section titled “guild-id”The id of the other guild. You can find out how to get a guild id here.
required
Creating a role sync
Section titled “Creating a role sync”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
Syntax
Section titled “Syntax”/sync roles <role_a> <direction> <server_b> <role_b>
role_a
Section titled “role_a”The id of role A. You can find out how to get a role id here.
required
direciton
Section titled “direciton”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
server_b
Section titled “server_b”The id of the server that role B belongs to. You can find out how to get a guild id here.
required
role_b
Section titled “role_b”The id of role B. You can find out how to get a role id here.
required
Deleting a sync
Section titled “Deleting a sync”You obviously need to create sync before you can use this command.
You can find a list of your syncs with /sync list.
Syntax
Section titled “Syntax”/sync delete <sync-id>
Arguments
Section titled “Arguments”sync-id
Section titled “sync-id”The id of the sync you want to delete. You get this after creating a sync.
required