function getGlobalApplicationCommandsimport { getGlobalApplicationCommands } from "https://deno.land/x/discordeno@17.0.1/plugins/cache/deps.ts"; getGlobalApplicationCommands(bot: Bot): Promise<Collection<bigint, ApplicationCommand>>Gets the list of your bot's global application commands. Parametersbot: Bot The bot instance to use to make the request. ReturnsPromise<Collection<bigint, ApplicationCommand>>A collection of ApplicationCommand objects assorted by command ID.