import { upsertGlobalApplicationCommands } from "https://deno.land/x/discordeno@17.0.1/helpers/interactions/commands/upsertGlobalApplicationCommands.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.