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 0fd17aa438b31ae44de5866ecf7060b6b6241576 Author: Ivy Choy <77luminesce77@gmail.com> Date: 2022-06-23T23:53:20-04:00 added moderation page