25.12.0-alpha.0

This commit is contained in:
2025-11-30 17:44:44 +09:00
parent a53f8f3023
commit 0ee2728590
45 changed files with 220 additions and 280 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import { meApi, ueuse } from "../../src/types/types";
import config from "../../config.js";
import { Reply } from "./main.js";
import { meApi, ueuse } from "@/types/types";
import config from "../../../config";
import { Reply } from "@/scripts/commands/main";
export default async function Delete(data: ueuse) {
const meReq = await fetch(`${config.uwuzu.host}/api/me/`, {