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