We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1291350 commit 0543d90Copy full SHA for 0543d90
src/lib/embedify.ts
@@ -1,5 +1,5 @@
1
import type { Stringifiable } from "@root/src/types.ts";
2
-import { ColorResolvable, EmbedBuilder } from "discord.js";
+import { type ColorResolvable, EmbedBuilder } from "discord.js";
3
4
/** Color constants for embeds */
5
export enum Col {
0 commit comments