Skip to content

Commit

Permalink
Fix chatterbox example (#3506)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiftSad authored Nov 20, 2024
1 parent 3829a25 commit 3862007
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/python/chatterbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
bot = mineflayer.createBot({
"host": host,
"port": port,
"username": username,
"port": port
"username": username
})

Item = require("prismarine-item")(bot.registry)
Expand Down Expand Up @@ -300,4 +299,4 @@ def entityEffect(this, entity, effect):

@On(bot, "entityEffectEnd")
def entityEffectEnd(this, entity, effect):
print("entityEffectEnd", entity, effect)
print("entityEffectEnd", entity, effect)

0 comments on commit 3862007

Please sign in to comment.