import { getGlobalApplicationCommand } from "https://deno.land/x/discordeno@17.2.0/helpers/interactions/mod.ts";
Gets a global application command by its ID.
Returns
Promise<ApplicationCommand>
An instance of ApplicationCommand.
x/discordeno/helpers/interactions/mod.ts>getGlobalApplicationCommand
import { getGlobalApplicationCommand } from "https://deno.land/x/discordeno@17.2.0/helpers/interactions/mod.ts";
Gets a global application command by its ID.
An instance of ApplicationCommand.