diff --git a/functions.js b/functions.js index 09f0606..bbf4637 100644 --- a/functions.js +++ b/functions.js @@ -217,7 +217,7 @@ const functions = { return { embeds: [ helpEmbed - ]}; + ], ephemeral: true}; }, gif(commandData) { return { embeds: [new Discord.MessageEmbed() diff --git a/slash-commands/savegif.js b/slash-commands/savegif.js index 1413b7c..aa2708c 100644 --- a/slash-commands/savegif.js +++ b/slash-commands/savegif.js @@ -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 }); }); }, }; \ No newline at end of file