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