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.addField('Dot Commands', strings.help.dot);
helpEmbed.addFields(dotCommandsFields); helpEmbed.addFields(dotCommandsFields);
return { embeds: [ return {
helpEmbed embeds: [
]}; helpEmbed
],
ephemeral: true
};
}, },
gif(commandData) { gif(commandData) {
return { embeds: [new Discord.MessageEmbed() return { embeds: [new Discord.MessageEmbed()