import multer

This commit is contained in:
CutestNekoAqua 2023-02-23 15:55:28 +01:00
parent d0a3c2c2b7
commit 42a0c1b4a1

View file

@ -5,6 +5,7 @@ import fs from "fs";
import { pipeline } from "node:stream";
import { promisify } from "node:util";
import { createTemp } from "@/misc/create-temp.js";
import multer from "@koa/multer";
import { emojiRegex, emojiRegexAtStartToEnd } from "@/misc/emoji-regex.js";
import axios from "axios";
const pump = promisify(pipeline);