From 61d225f52fbb54afdd4c3a26bbaafecee8f89655 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 1 Feb 2017 00:43:06 +0900 Subject: やった MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.ts') diff --git a/src/config.ts b/src/config.ts index e63e3c05ae..5b043d3498 100644 --- a/src/config.ts +++ b/src/config.ts @@ -63,7 +63,7 @@ interface ISource { }; github_bot?: { hook_secret: string; - bot_token: string; + username: string; }; } -- cgit v1.3.1-freya