-
|
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.addChatPatternbecuase itbot.addChatPatternprefixes all events it emits with achat:prefix so they don't conflict with native mineflayer events. Another reason is withbot.addChatPattencamebot.addChatPatternSetwhich is something new to mineflayer which allows waiting for many different patterns before emitting the event.