import config

This commit is contained in:
CutestNekoAqua 2023-02-23 15:58:54 +01:00
parent 42a0c1b4a1
commit bb27ce997e
1 changed files with 1 additions and 0 deletions

View File

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