fix
This commit is contained in:
parent
bd530ecb15
commit
d681dc41a7
1 changed files with 1 additions and 1 deletions
|
@ -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<boolean>
|
||||
|
|
Loading…
Reference in a new issue