Skip to main content
Module

x/discordeno/mod.ts>GetApplicationCommand

Discord API library for Deno
Extremely Popular
Go to Latest
interface GetApplicationCommand
import { type GetApplicationCommand } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Properties

optional
guildId: bigint

Guild ID of the guild in which the command is available if it is a guild-specific command

optional
withLocalizations: boolean

Whether to include full localization object (name_localizations and description_localizations) in the returned objects, instead of the name_localized and description_localized fields. Default false