function upsertGlobalApplicationCommandsimport { upsertGlobalApplicationCommands } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; upsertGlobalApplicationCommands(bot: Bot, commands: CreateApplicationCommand[]): Promise<Collection<bigint, ApplicationCommand>>Re-registers the list of global application commands, overwriting the previous commands completely. Parametersbot: Bot The bot instance to use to make the request. commands: CreateApplicationCommand[] The list of commands to use to overwrite the previous list. ReturnsPromise<Collection<bigint, ApplicationCommand>>A collection of ApplicationCommand objects assorted by command ID.