Hotwords is the generic mechanism for customizing Fletcher behavior on a server. This will allow a server admin to do various creature features, but for now it enables responding to a hotword regex with a reaction.
This feature requires the Read Messages and Add Reactions permissions.
Configuration is a JSON blog under the key hotwords
{
"target_emoji": "newspaper2",
"regex": "^.*newspaper *please.*$",
"insensitive": "true" # Omit if case sensitive
}
commit 33702ec358ab5a54c48d40b2a63a236a51ad3752 Author: Ivy Choy <77luminesce77@gmail.com> Date: 2022-05-12T22:00:42-04:00 weather commands updated