function createGuildApplicationCommandimport { createGuildApplicationCommand } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; createGuildApplicationCommand(bot: Bot,command: CreateApplicationCommand,guildId: BigString,): Promise<ApplicationCommand>Creates an application command only accessible in a specific guild. Parametersbot: Bot The bot instance to use to make the request. command: CreateApplicationCommand The command to create. guildId: BigString The ID of the guild to create the command for. ReturnsPromise<ApplicationCommand>An instance of the created ApplicationCommand.