Add ability to view another's inventory #155
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ export default class Inventory extends ButtonEvent {
|
|||
const embed = await InventoryHelper.GenerateInventoryPage(member.user.username, member.user.id, Number(page));
|
||||
|
||||
await interaction.update({
|
||||
content: `${member.user.username} - ${member.user.id}`,
|
||||
embeds: [ embed.embed ],
|
||||
components: [ embed.row ],
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue