Error handling broke more things

This commit is contained in:
Skylar Grant 2022-06-09 18:29:23 -04:00
parent dae4288d2e
commit 136fdaa221
1 changed files with 3 additions and 6 deletions

View File

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