File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1691,6 +1691,8 @@ the event will be called `"chat:name"`, with name being the name passed
1691
1691
1692
1692
returns a number which can be used with bot.removeChatPattern() to only delete this pattern
1693
1693
1694
+ - :eyes : cf. [ examples/chat_parsing] ( https://github.com/PrismarineJS/mineflayer/blob/master/examples/chat_parsing.js#L17-L36 )
1695
+
1694
1696
#### bot.addChatPatternSet(name, patterns, chatPatternOptions)
1695
1697
1696
1698
make an event that is called every time all patterns havee been matched to messages,
@@ -1703,6 +1705,8 @@ the event will be called `"chat:name"`, with name being the name passed
1703
1705
1704
1706
returns a number which can be used with bot.removeChatPattern() to only delete this patternset
1705
1707
1708
+ - :eyes : cf. [ examples/chat_parsing] ( https://github.com/PrismarineJS/mineflayer/blob/master/examples/chat_parsing.js#L17-L36 )
1709
+
1706
1710
#### bot.removeChatPattern(name)
1707
1711
1708
1712
removes a chat pattern(s)
You can’t perform that action at this time.
0 commit comments