Skip to main content
Module

x/oasis/mod.ts>getApplicationCommands

An object oriented Discordeno framework
Latest
function getApplicationCommands
import { getApplicationCommands } from "https://deno.land/x/oasis@2.1.0/mod.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