Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/natico/examples/deps.ts>MessageCollector

A powerful and customizable framework for Discordeno
Latest
class MessageCollector
extends EventEmitter
Re-export
import { MessageCollector } from "https://deno.land/x/natico@4.0.0-pre.4/examples/deps.ts";

Constructors

new
MessageCollector(
client: NaticoClient,
filter?: CollectorFilter,
options?: CollectorOptions,
)

Properties

private
collected: number
private
collection: MessageCollection
private
ended: boolean
private
options: CollectorOptions
collect: Promise<MessageCollection>