hide specific options to command author
This commit is contained in:
4 files changed
+12
-12
No files matched your search
+2
-2
@@ -117,7 +117,7 @@ module.exports = {
|
||||
itemEmbed.addFields({ name: item.name, value: item.description, inline: false });
|
||||
}
|
||||
|
||||
return interaction.send({ embeds: [itemEmbed] });
|
||||
return interaction.send({ embeds: [itemEmbed], ephemeral: true });
|
||||
}
|
||||
|
||||
let inventoryEmbed = new MessageEmbed()
|
||||
@@ -131,7 +131,7 @@ module.exports = {
|
||||
description += "```";
|
||||
inventoryEmbed.setDescription(description);
|
||||
|
||||
return interaction.send({ embeds: [inventoryEmbed] });
|
||||
return interaction.send({ embeds: [inventoryEmbed], ephemeral: true });
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in new issue
Block a user