feat(cmd): add 10grans begging

This commit is contained in:
vulet 2020-05-17 01:31:10 +08:00
parent 867fb0daca
commit 77b0eb12e8
4 changed files with 27 additions and 0 deletions

View file

@ -47,6 +47,10 @@ let CreateClient = (token) => {
registrar.boo.runQuery(matrixClient, room, userInput, registrar);
}
if (command === 'beg') {
registrar.beg.runQuery(matrixClient, room, registrar);
}
if (command === 'clap') {
registrar.clap.runQuery(matrixClient, room, userInput, registrar);
}