feat(cmd): Add archive.is

This commit is contained in:
vulet 2020-05-27 02:06:34 +08:00
parent e95cefafb9
commit 8dadc6caa4
5 changed files with 103 additions and 1 deletions

View file

@ -106,6 +106,10 @@ let CreateClient = (token) => {
if (command === 'mordy') {
registrar.mordy.runQuery(matrixClient, room, userInput, registrar);
}
if (command === 'archive') {
registrar.archive.runQuery(matrixClient, room, userInput, registrar);
}
}
});