mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
デバッグ用コード追加
This commit is contained in:
parent
a5365eab6f
commit
35db08f4e6
1 changed files with 5 additions and 0 deletions
|
@ -145,6 +145,11 @@ export default class extends Module {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
this.ai.post({
|
||||||
|
cw: "試験運用中!!!!!",
|
||||||
|
visibility: "home",
|
||||||
|
text: 'eq:デボビゲゴ',
|
||||||
|
});
|
||||||
this.returnResponse(res, "debobigego");
|
this.returnResponse(res, "debobigego");
|
||||||
}
|
}
|
||||||
}).listen(config.earthQuakeMonitorPort || 9999);
|
}).listen(config.earthQuakeMonitorPort || 9999);
|
||||||
|
|
Loading…
Reference in a new issue