fix thingy

This commit is contained in:
2026-08-26 19:52:44 +08:00
parent a99fd9499a
commit 1271cd5c8e
+2
View File
@@ -15,6 +15,8 @@ class ProfileCommand extends Command<CommandClient> {
async handleCommand(context: CommandClient<any, any>, interaction: CommandInteraction) { async handleCommand(context: CommandClient<any, any>, interaction: CommandInteraction) {
await interaction.defer(); await interaction.defer();
const _user = await getUser(interaction.user.id);
await interaction.createMessage({ await interaction.createMessage({
embeds: [{ embeds: [{
author: { author: {