Skip to main content
Latest
function upsertGlobalApplicationCommands
import { upsertGlobalApplicationCommands } from "https://deno.land/x/discordeno@18.0.1/mod.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.
commands: CreateApplicationCommand[]
  • 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.