Add ability to view another's inventory #155

Merged
Vylpes merged 6 commits from feature/131-inventory-other into develop 2024-02-16 17:21:50 +00:00
Showing only changes of commit f168149c89 - Show all commits

View file

@ -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 ],
});