Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaduvert committed Jun 17, 2024
1 parent 3df620c commit 50656c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let bot = mineflayer.createBot({
})
bot.loadPlugin(require('mineflayer-griefergames'))

bot.once('misc:serverInfo:join', async () => {
bot.once('misc:serverInfo->join', async () => {
await bot.gg.switch.to('cb22')

// chat sending api conforming to spam limits
Expand Down

0 comments on commit 50656c3

Please sign in to comment.