Skip to content

onTypingStart

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