remove command not found message

This commit is contained in:
7cc5c4f330d47060 2024-07-17 09:57:44 -04:00
parent 603f4d0100
commit 071b2698d8

View file

@ -19,8 +19,6 @@ module.exports={
try{
cmds[cmd[0].toLowerCase()].execute(new Command(uuid,name,"nick N/A",text,prefix,b,false))
} catch(e) { console.log(e); b.chat("An error occured (check console for more info)") }
} else {
b.chat("Command not found")
}
}
b.printHelp=(uuid,prefix)=>{