From 0c35493af15161a7825417b04396d10027161b7c Mon Sep 17 00:00:00 2001 From: rhearmas <34490428+qu-ota@users.noreply.github.com> Date: Sat, 21 Dec 2019 11:05:46 -0500 Subject: [PATCH] idk what i was doing with this lol --- commands/Utility/reload.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/Utility/reload.js b/commands/Utility/reload.js index cff0928..8fc7da2 100644 --- a/commands/Utility/reload.js +++ b/commands/Utility/reload.js @@ -23,7 +23,8 @@ exports.run = async (client, message, args, level) => { console.log(error); msg.edit(`Hey ${message.author}, there was an error while reloading command \`${commandName}\`:\n\`${error.message}\``).then(msg => { msg.delete(10000); - }); + }); + return; } msg.edit(`**Command \`${command.help.name}\` has been reloaded successfully.**`).then(msg => {