Remove user id content from inventory command used during testing
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Ethan Lane 2024-02-14 10:36:18 +00:00
parent 13c32a6e14
commit f168149c89

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