feat(cmd): Add Mordekai

This commit is contained in:
vulet 2020-05-21 07:02:27 +08:00
parent 173ecf9103
commit e95cefafb9
4 changed files with 34 additions and 0 deletions

View file

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