diff --git a/src/modules/earthquake/index.ts b/src/modules/earthquake/index.ts index 2347ecf..acd859a 100644 --- a/src/modules/earthquake/index.ts +++ b/src/modules/earthquake/index.ts @@ -145,6 +145,11 @@ export default class extends Module { }); } } else { + this.ai.post({ + cw: "試験運用中!!!!!", + visibility: "home", + text: 'eq:デボビゲゴ', + }); this.returnResponse(res, "debobigego"); } }).listen(config.earthQuakeMonitorPort || 9999);