chore(cmd): spelling error

This commit is contained in:
vulet 2020-07-04 01:13:00 +08:00
parent 6fe3c992e7
commit 748ab6ca0a

View file

@ -133,7 +133,7 @@ let CreateClient = (token, user_id) => {
}
if (command === 'status') {
registar.status.runQuery(matrixClient, room, userInput, registrar);
registrar.status.runQuery(matrixClient, room, userInput, registrar);
}
}