import { getGuildApplicationCommands } from "https://deno.land/x/discordeno@17.0.1/packages/embeds/deps.ts";
Gets the list of application commands registered by your bot in a guild.
Returns
Promise<Collection<bigint, ApplicationCommand>>
A collection of ApplicationCommand objects assorted by command ID.