Improve othello ai

This commit is contained in:
syuilo
2018-03-14 04:20:15 +09:00
parent 88a06dfff7
commit 02d22943c4
5 changed files with 526 additions and 42 deletions

View File

@@ -74,6 +74,10 @@ type Source = {
hook_secret: string;
username: string;
};
othello_ai?: {
id: string;
i: string;
};
line_bot?: {
channel_secret: string;
channel_access_token: string;