From 4314bef2d79548a7beee81b6bcd8a15b2aa4fafd Mon Sep 17 00:00:00 2001 From: na2na <49822810+na2na-p@users.noreply.github.com> Date: Wed, 13 Apr 2022 11:17:27 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=97=E3=81=8D=E3=81=84=E5=80=A4=E3=81=AE?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/earthquake/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/earthquake/index.ts b/src/modules/earthquake/index.ts index 2f746f9..86c1d83 100644 --- a/src/modules/earthquake/index.ts +++ b/src/modules/earthquake/index.ts @@ -48,7 +48,7 @@ export default class extends Module { public readonly name = "earthquake"; private message: string = ""; - private thresholdVal = 5; // 下の配列の添え字に相当する値。しきい値以上のものについて通知を出す。 普段は5(震度3) + private thresholdVal = 3; // 下の配列の添え字に相当する値。しきい値以上のものについて通知を出す。 普段は3(震度2) private earthquakeIntensityIndex: string[] = [ "0未満", "0",