Add ability to view another's inventory #155
1 changed files with 0 additions and 1 deletions
|
@ -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 ],
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue