parent
c7106d250c
commit
a1b490afa7
167 changed files with 4440 additions and 1762 deletions
|
|
@ -18,7 +18,7 @@ module.exports = async (app: express.Application) => {
|
|||
return;
|
||||
}
|
||||
|
||||
const post = text => require('../endpoints/posts/create')({ text }, bot);
|
||||
const post = text => require('../endpoints/notes/create')({ text }, bot);
|
||||
|
||||
const handler = new EventEmitter();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue