fix(cmd): missing param
This commit is contained in:
parent
362b8d300f
commit
03753b0a86
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -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') {
|
||||||
|
|
Loading…
Reference in a new issue