fix,imports: fix wrong type and remove unused imports

This commit is contained in:
Ananas 2025-03-24 23:11:18 +01:00
parent 3341463fde
commit 059e9db1cd
No known key found for this signature in database
GPG Key ID: CAE30FFA43F0F76F
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import { Discord, Slash, SlashGroup, SlashOption } from "discordx"; 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 db from "../db";
import { colonTable, type ColonThreeType } from "../db/schema"; import { colonTable, type ColonThreeType } from "../db/schema";
@ -53,7 +53,7 @@ export class ColonThree {
required: false, required: false,
type: ApplicationCommandOptionType.User, type: ApplicationCommandOptionType.User,
}) })
user: User, user: GuildMember,
inter: CommandInteraction inter: CommandInteraction
) { ) {
const statsUser = ( const statsUser = (