add !whisper command for tiny chats

This commit is contained in:
rainbow napkin 2024-12-08 13:05:09 -05:00
parent 4c1f0f10a7
commit 0182c6927e
6 changed files with 92 additions and 37 deletions

View file

@ -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);
}
}
}