From 2e36d2d18cb55480fb43edf47eb3d58327057d39 Mon Sep 17 00:00:00 2001 From: na2na <49822810+na2na-p@users.noreply.github.com> Date: Sun, 1 May 2022 01:39:44 +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=E3=81=AE=E9=99=A4=E5=8E=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/earthquake/index.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/modules/earthquake/index.ts b/src/modules/earthquake/index.ts index 86bf6b1..4711c92 100644 --- a/src/modules/earthquake/index.ts +++ b/src/modules/earthquake/index.ts @@ -145,13 +145,6 @@ export default class extends Module { text: this.message, }); } - } else { - this.ai.post({ - cw: "試験運用中!!!!!", - visibility: "home", - text: 'eq:デボビゲゴ', - }); - this.returnResponse(res, "debobigego"); } }).listen(config.earthQuakeMonitorPort || 9999); }