diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-03-15 15:55:55 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-15 15:55:55 +0900 |
| commit | 0191bb25dca604b51f4955f03db50b396bdb2f69 (patch) | |
| tree | b097a229372fe03f95f294edd448ef035aede7e5 /src | |
| parent | Fix #500 (diff) | |
| parent | Update front.ts (diff) | |
| download | misskey-0191bb25dca604b51f4955f03db50b396bdb2f69.tar.gz misskey-0191bb25dca604b51f4955f03db50b396bdb2f69.tar.bz2 misskey-0191bb25dca604b51f4955f03db50b396bdb2f69.zip | |
Merge pull request #1242 from syuilo/patch-1
Update src/common/othello/ai/front.ts
Diffstat (limited to 'src')
| -rw-r--r-- | src/common/othello/ai/front.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/othello/ai/front.ts b/src/common/othello/ai/front.ts index 838e5a1430..f9e6bca1b8 100644 --- a/src/common/othello/ai/front.ts +++ b/src/common/othello/ai/front.ts @@ -224,7 +224,7 @@ function gameStart(game) { * @param inviter 誘ってきたユーザー */ async function onInviteMe(inviter) { - console.log(`Anybody invited me: @${inviter.username}`); + console.log(`Someone invited me: @${inviter.username}`); // 承認 const game = await request.post('https://api.misskey.xyz/othello/match', { |