From f9cf43fc47be2d497d92d728ea892246df96d736 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 29 Dec 2021 16:05:18 -0500 Subject: import type --- src/lib/utils/BushCache.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/utils') diff --git a/src/lib/utils/BushCache.ts b/src/lib/utils/BushCache.ts index 476f516..cea0aea 100644 --- a/src/lib/utils/BushCache.ts +++ b/src/lib/utils/BushCache.ts @@ -1,5 +1,5 @@ +import { type Guild } from '#lib'; import { Collection, type Snowflake } from 'discord.js'; -import { Guild } from '../models/Guild.js'; export class BushCache { public global = new GlobalCache(); -- cgit