Remove user id content from inventory command used during testing
This commit is contained in:
parent
13c32a6e14
commit
f168149c89
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