import { getGuildApplicationCommands } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/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.