From 83ed2c8fdd7ca27bce7c0bedc09aad41fa69f2f7 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Mon, 3 Oct 2022 23:50:34 +1100 Subject: Embed cache --- src/util/entities/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/util/entities/index.ts') diff --git a/src/util/entities/index.ts b/src/util/entities/index.ts index c439a4b7..04f3bace 100644 --- a/src/util/entities/index.ts +++ b/src/util/entities/index.ts @@ -7,6 +7,7 @@ export * from "./Categories"; export * from "./Channel"; export * from "./Config"; export * from "./ConnectedAccount"; +export * from "./EmbedCache"; export * from "./Emoji"; export * from "./Guild"; export * from "./Invite"; @@ -29,4 +30,4 @@ export * from "./VoiceState"; export * from "./Webhook"; export * from "./ClientRelease"; export * from "./BackupCodes"; -export * from "./Note"; +export * from "./Note"; \ No newline at end of file -- cgit 1.5.1