Skip to main content
Module

x/higa/mod.ts>ApplicationCommand

A package to interract with the Discord API coded by myself
Go to Latest
interface ApplicationCommand
Re-export
import { type ApplicationCommand } from "https://deno.land/x/higa@0.1.1/mod.ts";

Properties

id: string
application_id: string
optional
guild_id: string
name: string
optional
name_localizations: LocalizedString
description: string
optional
description_localizations: LocalizedString
optional
options: ApplicationCommandOption[]
optional
dm_permission: boolean
optional
default_member_permissions: string
version: string