diff --git a/examples/python/chatterbox.py b/examples/python/chatterbox.py index 094251300..c3907e6a2 100644 --- a/examples/python/chatterbox.py +++ b/examples/python/chatterbox.py @@ -30,8 +30,7 @@ bot = mineflayer.createBot({ "host": host, "port": port, - "username": username, - "port": port + "username": username }) Item = require("prismarine-item")(bot.registry) @@ -300,4 +299,4 @@ def entityEffect(this, entity, effect): @On(bot, "entityEffectEnd") def entityEffectEnd(this, entity, effect): - print("entityEffectEnd", entity, effect) \ No newline at end of file + print("entityEffectEnd", entity, effect)