1client.threadUpdateCommand({2 name: "Thread Update",3 channel: "$channelId",4 code: `5 $log[$authorId just updated a thread called: $oldChannel[name]]6 `7});
1module.exports = {2 name: "Thread Update",3 channel: "$channelId",4 type: "threadUpdate",5 code: `6 $log[$authorId just updated a thread called: $oldChannel[name]]7 `8};