From 1271cd5c8ecbce7bb564f59862470ccc13734269 Mon Sep 17 00:00:00 2001 From: Nix Krystik Date: Wed, 26 Aug 2026 19:52:44 +0800 Subject: [PATCH] fix thingy --- src/commands/profile.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands/profile.ts b/src/commands/profile.ts index 9d803e7..a5b3875 100644 --- a/src/commands/profile.ts +++ b/src/commands/profile.ts @@ -15,6 +15,8 @@ class ProfileCommand extends Command { async handleCommand(context: CommandClient, interaction: CommandInteraction) { await interaction.defer(); + const _user = await getUser(interaction.user.id); + await interaction.createMessage({ embeds: [{ author: {