import { upsertGuildApplicationCommands } from "https://deno.land/x/discordeno@17.0.1/helpers/interactions/mod.ts";
Re-registers the list of application commands registered in a guild, overwriting the previous commands completely.
x/discordeno/helpers/interactions/mod.ts>upsertGuildApplicationCommands
import { upsertGuildApplicationCommands } from "https://deno.land/x/discordeno@17.0.1/helpers/interactions/mod.ts";
Re-registers the list of application commands registered in a guild, overwriting the previous commands completely.