Export requestJSON and requestRAW to core, formatting and adapting code and removing yandere code for update.

This commit is contained in:
fzzin
2025-04-08 16:27:58 +02:00
parent 8f903af37d
commit 1e8f195714
9 changed files with 70 additions and 147 deletions

View File

@@ -1,5 +1,5 @@
import { Bot, Message } from "npm:discordeno@18.0.1";
import { dropYandere, dropYandere5, getPage, refresh, setPage } from "./api.ts";
import { dropYandere, dropYandere5, getPage, refresh, setPage } from "./api/api.ts";
import { defaultString } from "@root/defaultString.ts";
import { logMessage } from "@root/logging.ts";