patch if comp[""] text is 0
This commit is contained in:
parent
b339d327c5
commit
c71ba9f1da
1 changed files with 227 additions and 227 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue