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