import config

This commit is contained in:
CutestNekoAqua 2023-02-23 15:58:54 +01:00
parent 42a0c1b4a1
commit bb27ce997e

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 config from "@/config/index.js";
import multer from "@koa/multer";
import { emojiRegex, emojiRegexAtStartToEnd } from "@/misc/emoji-regex.js";
import axios from "axios";