fix(cmd): missing param

This commit is contained in:
vulet 2019-07-06 13:46:28 -04:00
parent 362b8d300f
commit 03753b0a86

View file

@ -61,7 +61,7 @@ let CreateClient = (token) => {
} }
if (command === 'fren') { if (command === 'fren') {
registrar.fren.runQuery(matrixClient, room, registrar); registrar.fren.runQuery(matrixClient, room, userInput, registrar);
} }
if (command === 'help') { if (command === 'help') {