Merge pull request #1242 from syuilo/patch-1
Update src/common/othello/ai/front.ts
This commit is contained in:
commit
0191bb25dc
@ -224,7 +224,7 @@ function gameStart(game) {
|
|||||||
* @param inviter 誘ってきたユーザー
|
* @param inviter 誘ってきたユーザー
|
||||||
*/
|
*/
|
||||||
async function onInviteMe(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', {
|
const game = await request.post('https://api.misskey.xyz/othello/match', {
|
||||||
|
Loading…
Reference in New Issue
Block a user