-
i use this for my bot, why should I use bot.addChatPattern? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
It's not being removed soon, don't worry. The main reason it's deprecated is that we want people to use the new |
Beta Was this translation helpful? Give feedback.
It's not being removed soon, don't worry. The main reason it's deprecated is that we want people to use the new
bot.addChatPattern
becuase itbot.addChatPattern
prefixes all events it emits with achat:
prefix so they don't conflict with native mineflayer events. Another reason is withbot.addChatPatten
camebot.addChatPatternSet
which is something new to mineflayer which allows waiting for many different patterns before emitting the event.