diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-06-18 18:45:11 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-06-18 18:45:11 -0400 |
commit | 7dd24cbd5456891da58054bf343aa7f513f51205 (patch) | |
tree | d693118f3da9f4e9c1687dbed13c79d8683053ef /src/tasks/updateCache.ts | |
parent | c946774f10f64bdf39074310f5df82bfa59fc322 (diff) | |
download | tanzanite-7dd24cbd5456891da58054bf343aa7f513f51205.tar.gz tanzanite-7dd24cbd5456891da58054bf343aa7f513f51205.tar.bz2 tanzanite-7dd24cbd5456891da58054bf343aa7f513f51205.zip |
import type
Diffstat (limited to 'src/tasks/updateCache.ts')
-rw-r--r-- | src/tasks/updateCache.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tasks/updateCache.ts b/src/tasks/updateCache.ts index 0dc49df..27df1ca 100644 --- a/src/tasks/updateCache.ts +++ b/src/tasks/updateCache.ts @@ -1,6 +1,6 @@ import { Time } from '#constants'; import { Global, Guild, Shared, type BushClient } from '#lib'; -import { Client } from 'discord.js'; +import type { Client } from 'discord.js'; import config from '../../config/options.js'; import { BushTask } from '../lib/extensions/discord-akairo/BushTask.js'; |