remove temu debugger
This commit is contained in:
parent
a13cbd9192
commit
b6af4edc5f
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue