diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-29 16:05:18 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-29 16:05:18 -0500 |
commit | f9cf43fc47be2d497d92d728ea892246df96d736 (patch) | |
tree | b5bf3d9641d5363fa581fc5b2464a3aeec53f5d0 /src/lib/utils | |
parent | 0a709c1ef397891c8e17cd57c0e7d3adbc7441ad (diff) | |
download | tanzanite-f9cf43fc47be2d497d92d728ea892246df96d736.tar.gz tanzanite-f9cf43fc47be2d497d92d728ea892246df96d736.tar.bz2 tanzanite-f9cf43fc47be2d497d92d728ea892246df96d736.zip |
import type
Diffstat (limited to 'src/lib/utils')
-rw-r--r-- | src/lib/utils/BushCache.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |