NodeBB chat bot plugin
-
Hi, I'm trying to build a chatbot for my nodebb forum, at the moment I'm using the
action:post.save
hook and then run a check to see if the bot's username was mentioned. This is not ideal because only a fraction of the posts will contain the bot mention. Is there a hook specifically for a mention that I can use? -
No
But you could easily add one yourself, like so
https://github.com/yariplus/nodebb-plugin-mentions/commit/a3e855edc942b98a92b63aeca440b9dab107fc91
-
This looks easy enough, thank you @yariplus!
Copyright © 2024 NodeBB | Contributors