function editApplicationCommandPermissionsimport { editApplicationCommandPermissions } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; editApplicationCommandPermissions(bot: Bot,guildId: BigString,commandId: BigString,bearerToken: string,options: ApplicationCommandPermissions[],): Promise<ApplicationCommandPermission>Edits the permissions for 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 edit the permissions of. bearerToken: string The bearer token to use to make the request. options: ApplicationCommandPermissions[] The parameters for the edit of the command permissions. ReturnsPromise<ApplicationCommandPermission>An instance of the edited ApplicationCommandPermission.