1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-24 23:26:25 +09:00
This commit is contained in:
syuilo 2018-03-29 14:39:52 +09:00
parent bc6430c6d2
commit 1ffc345cdc

View File

@ -80,7 +80,7 @@ type Source = {
};
line_bot?: {
channel_secret: string;
channel_accessToken: string;
channel_access_token: string;
};
analysis?: {
mecab_command?: string;