This commit is contained in:
Jonathan Ho
2022-10-23 01:48:35 +08:00
committed by GitHub
parent 173c792a8d
commit fd2987313b

View File

@@ -1,6 +1,8 @@
import { routes } from "../../util/routes.ts";
// The order of the import is important
import { DiscordEmbed, Embed, formatImageURL, iconBigintToHash, ImageFormat, ImageSize, User } from "./deps.ts";
import { routes } from "../../util/routes.ts";
export const embedLimits = {
title: 256,
description: 4096,