From edf3b658866caca1b1caae6fd0b758fe307dd5a3 Mon Sep 17 00:00:00 2001 From: na2na <49822810+na2na-p@users.noreply.github.com> Date: Mon, 16 May 2022 01:20:17 +0900 Subject: [PATCH] =?UTF-8?q?Update[Earthquake]=E8=A9=A6=E9=A8=93=E9=81=8B?= =?UTF-8?q?=E7=94=A8=E4=B8=AD=E3=81=A7=E3=81=82=E3=82=8B=E3=81=93=E3=81=A8?= =?UTF-8?q?=E3=82=92=E7=A4=BA=E3=81=99CW=E3=81=AE=E8=A7=A3=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/earthquake/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/earthquake/index.ts b/src/modules/earthquake/index.ts index 8b52974..3beb2bc 100644 --- a/src/modules/earthquake/index.ts +++ b/src/modules/earthquake/index.ts @@ -141,7 +141,6 @@ export default class extends Module { this.returnResponse(res, "ok"); if (this.message) { this.ai.post({ - cw: "試験運用中!!!!!", visibility: "home", text: this.message, });