Skip to main content
Module

x/harmony/mod.ts>ContentArgument

An easy to use Discord API Library for Deno.
Latest
interface ContentArgument
implements ArgumentBase
import { type ContentArgument } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Properties

match: "content"
optional
defaultValue: string | number
optional
contentFilter: (
value: string,
index: number,
array: string[],
) => boolean