function deleteGuildApplicationCommandimport { deleteGuildApplicationCommand } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; deleteGuildApplicationCommand(bot: Bot,commandId: BigString,guildId: BigString,): Promise<void>Deletes an application command registered in a guild. Parametersbot: Bot The bot instance to use to make the request. commandId: BigString The ID of the guild to delete the command from. guildId: BigString The ID of the command to delete from the guild. ReturnsPromise<void>