[Server] Fix bug

This commit is contained in:
syuilo⭐️ 2017-02-17 10:25:23 +09:00
parent 397d16ecbb
commit 4445614093

View file

@ -62,7 +62,7 @@ module.exports = async (app: express.Application) => {
post(text);
});
handler.on('started', event => {
handler.on('watch', event => {
const sender = event.sender;
post(`Started by ${sender.login}`);
});