Attempting ephemeral responses for savegif and help
This commit is contained in:
parent
863cffbfff
commit
2e14dbee4e
@ -217,7 +217,7 @@ const functions = {
|
||||
|
||||
return { embeds: [
|
||||
helpEmbed
|
||||
]};
|
||||
], ephemeral: true};
|
||||
},
|
||||
gif(commandData) {
|
||||
return { embeds: [new Discord.MessageEmbed()
|
||||
|
@ -50,7 +50,7 @@ module.exports = {
|
||||
embed_url: row.media[0].gif.url,
|
||||
});
|
||||
}
|
||||
interaction.reply({ content: strings.temp.gifs[0].embed_url, components: [actionRow] });
|
||||
interaction.reply({ content: strings.temp.gifs[0].embed_url, components: [actionRow], ephemeral: true });
|
||||
});
|
||||
},
|
||||
};
|
Loading…
Reference in New Issue
Block a user