This commit is contained in:
syuilo⭐️ 2017-02-25 21:18:56 +09:00 committed by GitHub
parent cd46e92f5f
commit 6c0400af60

View file

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