Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/natico/src/struct/commands/ArgumentGenerator.ts>Argument

A powerful and customizable framework for Discordeno
Latest
type alias Argument
import { type Argument } from "https://deno.land/x/natico@4.0.0-pre.4/src/struct/commands/ArgumentGenerator.ts";
definition: (message: DiscordenoMessage, args: string) => [returnItems, string | undefined] | Promise<[returnItems, string | undefined]>