function getGuildApplicationCommandsimport { getGuildApplicationCommands } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; getGuildApplicationCommands(bot: Bot, guildId: BigString): Promise<Collection<bigint, ApplicationCommand>>Gets the list of application commands registered by your bot in a guild. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild the commands are registered in. ReturnsPromise<Collection<bigint, ApplicationCommand>>A collection of ApplicationCommand objects assorted by command ID.