feat(cmd): Add Mordekai
This commit is contained in:
parent
173ecf9103
commit
e95cefafb9
4 changed files with 34 additions and 0 deletions
4
main.js
4
main.js
|
@ -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);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue