···11-import { MessageFlags, SlashCommandBuilder } from "discord.js";
11+import { MessageFlags, SlashCommandSubcommandGroupBuilder } from "discord.js";
22import type { Command } from "@voidy/framework";
33import { UserIntegration } from "../../schemas/UserIntegration";
4455export default {
66 id: "user.integration.update",
77- data: new SlashCommandBuilder()
77+ data: new SlashCommandSubcommandGroupBuilder()
88 .setName("Update or link integration")
99 .setDescription("Update one of your external service integrations.")
1010 .addStringOption((option) =>