From 2fb90c94139b7b0e6d1b003a59e93b45eb8fd6ec Mon Sep 17 00:00:00 2001 From: na2na <49822810+na2na-p@users.noreply.github.com> Date: Tue, 12 Apr 2022 09:29:41 +0900 Subject: [PATCH] =?UTF-8?q?[earthquake]=E3=81=97=E3=81=8D=E3=81=84?= =?UTF-8?q?=E5=80=A4=E8=A8=AD=E5=AE=9A=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 acd859a..2f746f9 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 = 0; // 下の配列の添え字に相当する値。しきい値以上のものについて通知を出す。 普段は5(震度3) + private thresholdVal = 5; // 下の配列の添え字に相当する値。しきい値以上のものについて通知を出す。 普段は5(震度3) private earthquakeIntensityIndex: string[] = [ "0未満", "0",