This commit is contained in:
Last2014 2025-08-26 22:43:07 +09:00
parent fb3e233244
commit ed3606778e
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "notice-uwuzu", "name": "notice-uwuzu",
"version": "v25.8.7@uwuzu1.6.4", "version": "v25.8.8@uwuzu1.6.4",
"tag": "v25.8.7", "tag": "v25.8.8",
"description": "Notice Bot for uwuzu", "description": "Notice Bot for uwuzu",
"main": "dist/main.js", "main": "dist/main.js",
"scripts": { "scripts": {

View File

@ -1,8 +1,7 @@
import { ueuse } from "../../../types/types"; import { ueuse } from "../../../types/types";
import { Reply } from "../main.js"; import { Reply } from "../main.js";
import config from "../../../config"; import config from "../../../config.js";
import { readFileSync, writeFileSync, existsSync } from "fs"; import { readFileSync, writeFileSync, existsSync } from "fs";
import { request } from "express";
// 初期化 // 初期化
const initialFile = {}; const initialFile = {};