Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function getApplicationCommands
import { getApplicationCommands } from "https://deno.land/x/discordeno_cache_plugin@0.0.21/deps.ts";

Fetch all the commands for your application. If a guild id is not provided, it will fetch global commands.

Parameters

bot: Bot
optional
guildId: bigint