File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
16911691
16921692returns a number which can be used with bot.removeChatPattern() to only delete this pattern
16931693
1694+ - :eyes : cf. [ examples/chat_parsing] ( https://github.com/PrismarineJS/mineflayer/blob/master/examples/chat_parsing.js#L17-L36 )
1695+
16941696#### bot.addChatPatternSet(name, patterns, chatPatternOptions)
16951697
16961698make 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
17031705
17041706returns a number which can be used with bot.removeChatPattern() to only delete this patternset
17051707
1708+ - :eyes : cf. [ examples/chat_parsing] ( https://github.com/PrismarineJS/mineflayer/blob/master/examples/chat_parsing.js#L17-L36 )
1709+
17061710#### bot.removeChatPattern(name)
17071711
17081712removes a chat pattern(s)
You can’t perform that action at this time.
0 commit comments