Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#getGuildApplicationCommand

An easy to use Discord API Library for Deno.
Go to Latest
method RESTEndpoints.prototype.getGuildApplicationCommand
Re-export
import { RESTEndpoints } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Fetch a guild command for your application. Returns an ApplicationCommand object.

Parameters

applicationId: string
guildId: string
commandId: string