function getApplicationCommandPermissionimport { getApplicationCommandPermission } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; getApplicationCommandPermission(bot: Bot,guildId: BigString,commandId: BigString,): Promise<ApplicationCommandPermission>Gets the permissions of a guild application command. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild the command is registered in. commandId: BigString The ID of the command to get the permissions of. ReturnsPromise<ApplicationCommandPermission>An instance of ApplicationCommandPermission.