mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 20:56:06 +02:00
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user