diff --git a/src/commands/inventory.ts b/src/commands/inventory.ts index 9ef2c2d..868b14d 100644 --- a/src/commands/inventory.ts +++ b/src/commands/inventory.ts @@ -33,7 +33,6 @@ export default class Inventory extends Command { const embed = await InventoryHelper.GenerateInventoryPage(user.username, user.id, pageNumber); await interaction.reply({ - content: `${user.username} - ${user.id}`, embeds: [ embed.embed ], components: [ embed.row ], });