chore(cmd): spelling error
This commit is contained in:
parent
6fe3c992e7
commit
748ab6ca0a
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -133,7 +133,7 @@ let CreateClient = (token, user_id) => {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (command === 'status') {
|
if (command === 'status') {
|
||||||
registar.status.runQuery(matrixClient, room, userInput, registrar);
|
registrar.status.runQuery(matrixClient, room, userInput, registrar);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue