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

x/natico/examples/deps.ts>NaticoComponents

A powerful and customizable framework for Discordeno
Latest
class NaticoComponents
extends Array<ActionRow>
import { NaticoComponents } from "https://deno.land/x/natico@4.0.0-pre.4/examples/deps.ts";

Constructors

new
NaticoComponents(...args: ActionRow[])

Methods

addButton(
label: string,
style: keyof ButtonStyles,
idOrLink: string,
options?: { emoji?: string | bigint; disabled?: boolean; },
)