diff --git a/src/commands/colonThree.ts b/src/commands/colonThree.ts index 33ac0d8..3349b07 100644 --- a/src/commands/colonThree.ts +++ b/src/commands/colonThree.ts @@ -1,5 +1,5 @@ import { Discord, Slash, SlashGroup, SlashOption } from "discordx"; -import { ActionRowBuilder, ApplicationCommandOptionType, ButtonBuilder, ButtonStyle, CommandInteraction, EmbedBuilder, GuildMember, MessageFlags, User, type APIEmbedField } from "discord.js"; +import { ApplicationCommandOptionType, CommandInteraction, EmbedBuilder, GuildMember, MessageFlags } from "discord.js"; import db from "../db"; import { colonTable, type ColonThreeType } from "../db/schema"; @@ -53,7 +53,7 @@ export class ColonThree { required: false, type: ApplicationCommandOptionType.User, }) - user: User, + user: GuildMember, inter: CommandInteraction ) { const statsUser = (