From 2966eee88959037c55aa965798821a81d8152c6f Mon Sep 17 00:00:00 2001 From: Last2014 Date: Fri, 8 Aug 2025 21:31:43 +0900 Subject: [PATCH] v8.1.1 --- main.ts | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.ts b/main.ts index d54a4e0..3ff7d90 100644 --- a/main.ts +++ b/main.ts @@ -11,7 +11,7 @@ import * as cron from "node-cron"; import timeNotice from "./scripts/timeNotice.js"; import { weatherNotice } from "./scripts/weatherNotice.js"; import earthquakeNotice from "./scripts/earthquakeNotice.js"; -import EventDays from "scripts/eventday.js"; +import EventDays from "./scripts/eventday.js"; import Commands from "./scripts/commands/main.js"; // その他機能 diff --git a/package.json b/package.json index 7463872..b275000 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "notice-uwuzu", - "version": "v8.1@uwuzu1.6.1", - "tag": "v8.1", + "version": "v8.1.1@uwuzu1.6.1", + "tag": "v8.1.1", "description": "Notice Bot for uwuzu", "main": "dist/main.js", "scripts": {