Skip to main content
Module

x/natico/deps.ts>CollectionSweeper

A powerful and customizable framework for Discordeno
Latest
interface CollectionSweeper
import { type CollectionSweeper } from "https://deno.land/x/natico@4.0.0-pre.4/deps.ts";

Properties

filter: (
value: V,
key: K,
...args: any[],
) => boolean

The filter to determine whether an element should be deleted or not

interval: number

The interval in which the sweeper should run

optional
bot: Bot

The bot object itself