import { type DiscordInteractionDataOption } from "https://deno.land/x/discordeno@17.2.0/template/beginner/deps.ts";
definition: { name: string; type: ApplicationCommandOptionTypes; value?: ; options?: DiscordInteractionDataOption[]; focused?: boolean; }