Hide command set messages
This commit is contained in:
parent
b0d8a5c521
commit
c36d0b2914
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ module.exports={
|
|||
b.on("chat",(data)=>{
|
||||
const msg=parse(data.json);
|
||||
if(msg[1].endsWith("\n\n\n\n\nThe chat has been cleared")) return;
|
||||
if(msg[1].startsWith("Command set: ")) return;
|
||||
b.emit("plainchat",msg[1])
|
||||
console2.write(`[${b.id}] [${data.type}] `+msg[0])
|
||||
let fullCommand = data.message;
|
||||
|
|
Loading…
Reference in a new issue