Skip to content

Commit

Permalink
Update chat.js
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat authored Oct 26, 2024
1 parent ba259ea commit fa44fba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/plugins/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ function inject (bot, options) {
addDefaultPatterns()

bot._client.on('playerChat', (data) => {
console.log('Player chat.')
console.dir(data)
const message = data.formattedMessage
const verified = data.verified
let msg
Expand Down

0 comments on commit fa44fba

Please sign in to comment.