From 13894f2beffc776a56ac03868613b4313dfb57bf Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 1 Nov 2021 15:40:31 -0400 Subject: convert to esm --- src/lib/utils/BushCache.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/utils/BushCache.ts') diff --git a/src/lib/utils/BushCache.ts b/src/lib/utils/BushCache.ts index a330224..d633898 100644 --- a/src/lib/utils/BushCache.ts +++ b/src/lib/utils/BushCache.ts @@ -1,5 +1,5 @@ import { Collection, type Snowflake } from 'discord.js'; -import { Guild } from '../models/Guild'; +import { Guild } from '../models/Guild.js'; export class BushCache { public static global = { -- cgit