remove command not found message
This commit is contained in:
parent
603f4d0100
commit
071b2698d8
1 changed files with 0 additions and 2 deletions
|
@ -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)=>{
|
||||
|
|
Loading…
Reference in a new issue