A CT Library
IsTyping creates a custom trigger to detect when the player is typing in the chat. It then parses their current message for use.
Example usage:
// MyModule/metadata.json
{
...
"requires": ["IsTyping"],
...
}// MyModule/index.js
register("benyamin:typing", function(message) {
//Do whatever you want with the message
});