Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#editGuildApplicationCommand

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

Parameters

applicationId: string
guildId: string
commandId: string
payload: ApplicationCommandPartial

Returns

Promise<ApplicationCommandPayload>