### I've installed everything I need. I took an example of your code and ran it, but for some reason there is an icon above the bot's head (photo attached). Please help me!!!Also here is the code I used:
const mineflayer = require('mineflayer');
const plasmo = require('mineflayer-plasmovoice');
### I've installed everything I need. I took an example of your code and ran it, but for some reason there is an icon above the bot's head (photo attached). Please help me!!! Also here is the code I used: const mineflayer = require('mineflayer'); const plasmo = require('mineflayer-plasmovoice');
const bot = mineflayer.createBot({ port: 57873, host: '', username: '', version: '1.16.5', });
bot.loadPlugin(plasmo.plugin)
bot.on("plasmovoice_connected", () => { bot.setControlState("sneak", true)
// Path to file with any audio format bot.plasmovoice.sendAudio("C:\Users\fdewf\misc\1.mp3") })
bot.on("plasmovoice_audio_end", () => { bot.setControlState("sneak", false) }) bot.on("login", () => { bot.plasmovoice.enableDebug(); })