feat(cmd): add 10grans begging
This commit is contained in:
parent
867fb0daca
commit
77b0eb12e8
4 changed files with 27 additions and 0 deletions
4
main.js
4
main.js
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue