feat/colon3-counter #4

Merged
cosmic merged 3 commits from ananas/scythe:feat/colon3-counter into main 2025-03-24 23:12:50 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 059e9db1cd - Show all commits

View File

@ -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 = (