summaryrefslogtreecommitdiff
path: root/src/config.ts
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-10-07 04:30:57 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-10-07 04:30:57 +0900
commitfffea98462b7ba3250118b4bdf4e5678cf6e4ba7 (patch)
tree29d9eb9f5ddbe674eb0c2e27009ddd5726421334 /src/config.ts
parent:v: (diff)
downloadsharkey-fffea98462b7ba3250118b4bdf4e5678cf6e4ba7.tar.gz
sharkey-fffea98462b7ba3250118b4bdf4e5678cf6e4ba7.tar.bz2
sharkey-fffea98462b7ba3250118b4bdf4e5678cf6e4ba7.zip
:v:
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index 0ea332f67d..46a93f5fef 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -70,6 +70,7 @@ type Source = {
};
line_bot?: {
channel_secret: string;
+ channel_access_token: string;
};
analysis?: {
mecab_command?: string;