import { getApplicationCommandPermissions } from "https://deno.land/x/discordeno@18.0.1/helpers/mod.ts";
Gets the permissions of all application commands registered in a guild by the ID of the guild.
Returns
Promise<Collection<bigint, ApplicationCommandPermission>>
A collection of ApplicationCommandPermission objects assorted by command ID.