function getGlobalApplicationCommandsimport { getGlobalApplicationCommands } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/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.