Message commands
Message commands are a feature in Tracky that allows it to respond to questions related to YouTube channels, such as "what is the current subscriber count of MrBeast?," without having to run a separate slash command.
It allows your members to have the same experience as if they were running the slash command, but allowing them to use natural language like abbreviated counts and dates that make sense to them.
How does it work?
Message commands work by reading every message sent in a server and checking if it matches a question for a given command, and if it does then Tracky will run that command and reply to the user.
If you want to know how we select the channel(s), read the channel selection section of the docs.
Do you store the message data?
We do not store any message data. We only use it to check if a given message command is being run, and what variables should be passed in to the command.