Make savegif response ephemeral
This commit is contained in:
parent
cfc684fc6c
commit
588f12a3d7
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user