Skip to content

Commit 0543d90

Browse files
committed
fix: embedify type import
1 parent 1291350 commit 0543d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/embedify.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Stringifiable } from "@root/src/types.ts";
2-
import { ColorResolvable, EmbedBuilder } from "discord.js";
2+
import { type ColorResolvable, EmbedBuilder } from "discord.js";
33

44
/** Color constants for embeds */
55
export enum Col {

0 commit comments

Comments
 (0)