Remove unnecessary content field in interaction update
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Ethan Lane 2024-02-12 17:54:15 +00:00
parent 45c7620779
commit 8faacf2660

View file

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