Merge branch 'main' of https://gitea.fzzin.31718216.xyz/fzzinchemical/HotDog
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { ImageResponse, postUrl, requestJSON } from "./api.ts";
|
||||
import { assert } from "@std/assert/assert";
|
||||
import { requestJSON } from "@root/structures/apiRequest.ts";
|
||||
import { Embed, EmbedAuthor, EmbedImage } from "@root/structures/embeds.ts";
|
||||
import { ImageResponse, postUrl } from "./api.ts";
|
||||
|
||||
const keys = ["limit", "id", "pid", "tags"] as const;
|
||||
type PostKeys = typeof keys[number];
|
||||
|
||||
Reference in New Issue
Block a user