Update front.ts
This commit is contained in:
parent
f9d5a16f6f
commit
0d272a6949
|
@ -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