hide specific options to command author
This commit is contained in:
4 files changed
+12
-12
No files matched your search
@@ -467,7 +467,7 @@ module.exports = {
|
||||
.setStyle("SUCCESS")
|
||||
)
|
||||
|
||||
interaction.send({ embeds: [prompt], components: [opt] });
|
||||
interaction.send({ embeds: [prompt], components: [opt], ephemeral: true });
|
||||
|
||||
client.on("interactionCreate", ButtonInteraction => {
|
||||
if(!ButtonInteraction.isButton()) return;
|
||||
|
||||
Reference in new issue
Block a user