remove temu debugger

This commit is contained in:
7cc5c4f330d47060 2024-07-16 12:54:58 -04:00
parent a13cbd9192
commit b6af4edc5f

View file

@ -36,7 +36,6 @@ module.exports={
})
b.on("chat",(data)=>{
const msg=parse(data.json);
console.log(data.json);
console2.write(`[${b.id}] [${data.type}] `+msg[0])
let fullCommand = "";
if(data.type=="player") fullCommand=data.message;