diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-03-15 15:55:13 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-15 15:55:13 +0900 |
| commit | 0d272a694988658877408c03f07bf37cbe0fa9a3 (patch) | |
| tree | b097a229372fe03f95f294edd448ef035aede7e5 /src/common | |
| parent | Fix #500 (diff) | |
| download | misskey-0d272a694988658877408c03f07bf37cbe0fa9a3.tar.gz misskey-0d272a694988658877408c03f07bf37cbe0fa9a3.tar.bz2 misskey-0d272a694988658877408c03f07bf37cbe0fa9a3.zip | |
Update front.ts
Diffstat (limited to 'src/common')
| -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', { |