Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rom1504 committed Oct 26, 2024
1 parent 2e25e1a commit 95a6ea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions lib/plugins/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ 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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"prismarine-biome": "^1.1.1",
"prismarine-block": "^1.17.0",
"prismarine-chat": "^1.7.1",
"prismarine-chunk": "github:Madlykeanu/prismarine-chunk#1.21",
"prismarine-chunk": "^1.36.0",
"prismarine-entity": "^2.3.0",
"prismarine-item": "^1.15.0",
"prismarine-nbt": "^2.0.0",
"prismarine-physics": "github:Madlykeanu/prismarine-physics#1.21",
"prismarine-physics": "^1.9.0",
"prismarine-recipe": "^1.3.0",
"prismarine-registry": "github:SuperGamerTron/prismarine-registry#1.21",
"prismarine-registry": "^1.10.0",
"prismarine-windows": "^2.9.0",
"prismarine-world": "^3.6.0",
"protodef": "1.17.0",
Expand Down

0 comments on commit 95a6ea0

Please sign in to comment.