Skip to content

onThreadListSync

1
client.threadListSyncCommand({
2
name: "Thread List Sync",
3
channel: "$channelId",
4
code: `
5
$log[$channelId just synchronized the members list]
6
`
7
});