Improve othello ai
This commit is contained in:
parent
88a06dfff7
commit
02d22943c4
5 changed files with 526 additions and 42 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue