From d681dc41a72bf4253c04d1663f7fbc03d6c97361 Mon Sep 17 00:00:00 2001 From: DjDeveloperr Date: Thu, 8 Apr 2021 14:52:00 +0530 Subject: [PATCH] fix --- src/client/collectors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/collectors.ts b/src/client/collectors.ts index a247821..7007f38 100644 --- a/src/client/collectors.ts +++ b/src/client/collectors.ts @@ -1,5 +1,5 @@ import { Collection } from '../utils/collection.ts' -import type { Client } from '../client/mod.ts' +import type { Client } from '../client/client.ts' import { HarmonyEventEmitter } from '../utils/events.ts' export type CollectorFilter = (...args: any[]) => boolean | Promise