examples/config.tsにREADMEを参照する旨をコメント・v3.5.2へ

This commit is contained in:
Last2014 2025-07-02 16:44:18 +09:00
parent dd70fe5494
commit 7c7dfdcf3c
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
import type { configTypes } from "types/config"; import type { configTypes } from "types/config";
// READMEの設定項目を参照
const config: configTypes = { const config: configTypes = {
earthquake: { earthquake: {
reconnectTimes: 5000, reconnectTimes: 5000,

View File

@ -1,6 +1,6 @@
{ {
"name": "noticeuwuzu", "name": "noticeuwuzu",
"version": "v3.5.1@uwuzu1.5.4", "version": "v3.5.2@uwuzu1.5.4",
"description": "uwuzu Notice Bot", "description": "uwuzu Notice Bot",
"main": "dist/main.js", "main": "dist/main.js",
"scripts": { "scripts": {