Skip to main content
Module

x/wackford/discordeno.ts>upsertGlobalApplicationCommands

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function upsertGlobalApplicationCommands
import { upsertGlobalApplicationCommands } from "https://deno.land/x/wackford@v0.0.2/discordeno.ts";

Re-registers the list of global application commands, overwriting the previous commands completely.

Parameters

bot: Bot
  • The bot instance to use to make the request.
  • The list of commands to use to overwrite the previous list.

Returns

Promise<Collection<bigint, ApplicationCommand>>

A collection of ApplicationCommand objects assorted by command ID.