From 136fdaa2215658c7199fe6af6e110580f8360e59 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Thu, 9 Jun 2022 18:29:23 -0400 Subject: [PATCH] Error handling broke more things --- functions.js | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/functions.js b/functions.js index 38c0e9b..09f0606 100644 --- a/functions.js +++ b/functions.js @@ -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()