From ef374b16392566bfa34522428181c8b6e14e7cd0 Mon Sep 17 00:00:00 2001 From: Last2014 Date: Sat, 5 Jul 2025 16:24:59 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AC=E3=83=BC=E3=83=88=E5=88=B6=E9=99=90?= =?UTF-8?q?=E3=81=8C=E8=81=9E=E3=81=8B=E3=81=AA=E3=81=84=E3=81=AE=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3(v4.3.2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- scripts/earthquakeNotice.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e505e51..28333d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "noticeuwuzu", - "version": "v4.3.1@uwuzu1.5.4", + "version": "v4.3.2@uwuzu1.5.4", "description": "uwuzu Notice Bot", "main": "dist/main.js", "scripts": { diff --git a/scripts/earthquakeNotice.ts b/scripts/earthquakeNotice.ts index 5c30f81..e59157c 100644 --- a/scripts/earthquakeNotice.ts +++ b/scripts/earthquakeNotice.ts @@ -335,7 +335,7 @@ async function event(earthquakeInfo: any): Promise { // 地域情報更新の場合 else if (earthquakeInfo.code === 555) { if (rateLimit === null) { - rateLimit = subMinutes(new Date(), config.earthquake.rateLimit + 5); + rateLimit = subMinutes(new Date(), config.earthquake.rateLimit + 15); } // 対象地域マッピング