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

x/oasis/packages/deps.ts>GetApplicationCommand

An object oriented Discordeno framework
Latest
interface GetApplicationCommand
import { type GetApplicationCommand } from "https://deno.land/x/oasis@2.1.0/packages/deps.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