1client.messageUpdateCommand({2 name: "Member Update",3 channel: "$channelId",4 code: `5 $log[$authorId just updated "$oldMessage" to "$message"]6 `7});
1module.exports = {2 name: "Member Update",3 channel: "$channelId",4 type: "messageUpdate",5 code: `6 $log[$authorId just updated "$oldMessage" to "$message"]7 `8};