From 35db08f4e6f54732eab3e49e01324d1db401533e Mon Sep 17 00:00:00 2001 From: na2na <49822810+na2na-p@users.noreply.github.com> Date: Wed, 6 Apr 2022 00:12:53 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=90=E3=83=83=E3=82=B0=E7=94=A8?= =?UTF-8?q?=E3=82=B3=E3=83=BC=E3=83=89=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/earthquake/index.ts | 5 +++++ 1 file changed, 5 insertions(+) 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);