Skip to main content
Module

x/harmony/mod.ts>SlashCommandsManager#all

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

Get all Global Slash Commands

Returns

Promise<Collection<string, ApplicationCommand>>