import { getGuildApplicationCommand } from "https://deno.land/x/discordeno@17.2.0/template/minimal/deps.ts";
Gets a guild application command by its ID.
Returns
Promise<ApplicationCommand>
An instance of ApplicationCommand.
import { getGuildApplicationCommand } from "https://deno.land/x/discordeno@17.2.0/template/minimal/deps.ts";
Gets a guild application command by its ID.
An instance of ApplicationCommand.