patch if comp[""] text is 0

This commit is contained in:
Yaode_owo 2024-07-30 01:15:15 -04:00
parent b339d327c5
commit c71ba9f1da

View file

@ -14,7 +14,7 @@ function parseCommand(message) {
function inject(bot) {
bot.on('systemChat', (packet) => {
console.log(packet)
//console.log(packet)
const jsonmsg = JSON.parse(packet.formattedMessage);
const msg = parseMinecraftMessage(packet.formattedMessage);
const nocolormsg = parseMinecraftMessageNoColor(packet.formattedMessage);