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