Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 379 Bytes

usduserstyping.md

File metadata and controls

18 lines (13 loc) · 379 Bytes

$usersTyping

This function returns all the users who are typing in the specified channel

$usersTyping[channelID;username/mention/tag;separator (optional)]
bot.command({
name: "usersTyping",
code: `Users who are typing: $usersTyping[$channelID;username;/]
`
})

This is what this function would grab