Make savegif response ephemeral

This commit is contained in:
Skylar Grant 2022-06-09 18:02:21 -04:00
parent cfc684fc6c
commit 588f12a3d7
1 changed files with 6 additions and 3 deletions

View File

@ -219,9 +219,12 @@ const functions = {
helpEmbed.addField('Dot Commands', strings.help.dot);
helpEmbed.addFields(dotCommandsFields);
return { embeds: [
helpEmbed
]};
return {
embeds: [
helpEmbed
],
ephemeral: true
};
},
gif(commandData) {
return { embeds: [new Discord.MessageEmbed()