Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/harmony/src/interactions/mod.ts>SlashCommandsManager#bulkEdit

An easy to use Discord API Library for Deno.
Go to Latest
method SlashCommandsManager.prototype.bulkEdit
import { SlashCommandsManager } from "https://deno.land/x/harmony@v2.9.0/src/interactions/mod.ts";

Bulk Edit Global or Guild Slash Commands

Parameters

cmds: Array<ApplicationCommandPartial & { id?: string; }>
optional
guild: Guild | string