remember to add the title and not just have it be undefined reference my beloved

This commit is contained in:
not-pyroman 2024-03-11 21:58:25 -06:00
parent b887ba4df1
commit 081016d50c

View file

@ -305,7 +305,7 @@ client.on("interactionCreate", async interaction => {
} }
interaction.reply({ interaction.reply({
embeds: [{ embeds: [{
title: header, title: `${user.username}'s Inventory`,
description: inv.join("\n"), description: inv.join("\n"),
ephemeral: false, ephemeral: false,
color: 0x00ff00 color: 0x00ff00