onTypingStart
1client.typingStartCommand({2    name: "Typing Start",3    channel: "$channelId",4    code: `5        $log[$authorId just started typing in $channelId!]6    `7});1module.exports = {2    name: "Typing Start",3    channel: "$channelId",4    type: "typingStart",5    code: `6        $log[$authorId just started typing in $channelId!]7    `8};