Skip to main content
Module

x/natico/doc_mod.ts>NaticoCommand

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

Create a natico command

Examples

Example 1

Properties

aliases: string[] | undefined
category: string
clientPermissions: PermissionStrings[] | undefined
optional
cooldown: number
description: string | undefined
enabled: boolean | undefined
examples: string[] | undefined
name: string
optional
options: ArgOptions[]
ownerOnly: boolean | undefined
ratelimit: number
required: boolean | undefined
slash: boolean | undefined
superUserOnly: boolean | undefined
userPermissions: PermissionStrings[] | undefined