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