Chat message parameter is empty in 'chat' and 'whisper' events #3493
Labels
possible bug
Stage1
just created by someone new to the project, we don't know yet if it deserves an implementation / a f
Versions
Detailed description of a problem
When using the
bot.on('chat')
event, themessage
parameter is always empty, while theusername
is correctly captured.What did you try yet?
I tried logging the parameters in the chat event and sending messages in chat, but the
message
parameter is consistently empty.Your current code
Expected behaviour
I expected the message parameter to contain the text of the message sent by other players in the chat.
The text was updated successfully, but these errors were encountered: