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