Attempting ephemeral responses for savegif and help

This commit is contained in:
Skylar Grant 2022-06-09 19:15:24 -04:00
parent 863cffbfff
commit 2e14dbee4e
2 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ const functions = {
return { embeds: [
helpEmbed
]};
], ephemeral: true};
},
gif(commandData) {
return { embeds: [new Discord.MessageEmbed()

View File

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