From 7c7dfdcf3cd841946d20bbda99b98383b398c533 Mon Sep 17 00:00:00 2001 From: Last2014 Date: Wed, 2 Jul 2025 16:44:18 +0900 Subject: [PATCH] =?UTF-8?q?examples/config.ts=E3=81=ABREADME=E3=82=92?= =?UTF-8?q?=E5=8F=82=E7=85=A7=E3=81=99=E3=82=8B=E6=97=A8=E3=82=92=E3=82=B3?= =?UTF-8?q?=E3=83=A1=E3=83=B3=E3=83=88=E3=83=BBv3.5.2=E3=81=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/config.ts | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/config.ts b/examples/config.ts index b8829b5..bcab8ef 100644 --- a/examples/config.ts +++ b/examples/config.ts @@ -1,5 +1,6 @@ import type { configTypes } from "types/config"; +// READMEの設定項目を参照 const config: configTypes = { earthquake: { reconnectTimes: 5000, diff --git a/package.json b/package.json index 08b7090..4e2ea2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "noticeuwuzu", - "version": "v3.5.1@uwuzu1.5.4", + "version": "v3.5.2@uwuzu1.5.4", "description": "uwuzu Notice Bot", "main": "dist/main.js", "scripts": {