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: {