From 44456140937eb3d96ec64b00561cae7f994918d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?syuilo=E2=AD=90=EF=B8=8F?= <Syuilotan@yahoo.co.jp>
Date: Fri, 17 Feb 2017 10:25:23 +0900
Subject: [PATCH] [Server] Fix bug

---
 src/api/service/github.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/api/service/github.ts b/src/api/service/github.ts
index 13ceb87bf2..692c50ddfa 100644
--- a/src/api/service/github.ts
+++ b/src/api/service/github.ts
@@ -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}`);
 	});