add !whisper command for tiny chats
This commit is contained in:
parent
4c1f0f10a7
commit
0182c6927e
6 changed files with 92 additions and 37 deletions
|
|
@ -31,7 +31,7 @@ class commandPreprocessor{
|
|||
this.sendFlag = false;
|
||||
|
||||
//Call the command with the argument array
|
||||
this.commandProcessor[this.argumentArray[0]](this.argumentArray);
|
||||
this.commandProcessor[this.argumentArray[0]](this.argumentArray, this.commandArray);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue