From ed3606778e5e69e4508d3b76314fdef679aded91 Mon Sep 17 00:00:00 2001 From: Last2014 Date: Tue, 26 Aug 2025 22:43:07 +0900 Subject: [PATCH] v25.8.8 --- package.json | 4 ++-- scripts/commands/miq/permission.ts | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 26b0bba..1ddf1ee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "notice-uwuzu", - "version": "v25.8.7@uwuzu1.6.4", - "tag": "v25.8.7", + "version": "v25.8.8@uwuzu1.6.4", + "tag": "v25.8.8", "description": "Notice Bot for uwuzu", "main": "dist/main.js", "scripts": { diff --git a/scripts/commands/miq/permission.ts b/scripts/commands/miq/permission.ts index e813c23..94ce420 100644 --- a/scripts/commands/miq/permission.ts +++ b/scripts/commands/miq/permission.ts @@ -1,8 +1,7 @@ import { ueuse } from "../../../types/types"; import { Reply } from "../main.js"; -import config from "../../../config"; +import config from "../../../config.js"; import { readFileSync, writeFileSync, existsSync } from "fs"; -import { request } from "express"; // 初期化 const initialFile = {};