interface CollectionSweeperimport { type CollectionSweeper } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; Type ParametersKVPropertiesfilter: (value: V,key: K,...args: any[],) => booleanThe filter to determine whether an element should be deleted or not interval: numberThe interval in which the sweeper should run optionalbot: BotThe bot object itself