From 5ff91364412d6ed4576fe712b732a41c15b6d5ee Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 19 Mar 2024 23:07:23 -0400 Subject: [PATCH] Fix lint --- commands/util-public/help.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/commands/util-public/help.js b/commands/util-public/help.js index 9e6bd58a..ea85190d 100644 --- a/commands/util-public/help.js +++ b/commands/util-public/help.js @@ -63,8 +63,7 @@ module.exports = class HelpCommand extends Command { if (msg.channel.type !== 'dm') msgs.push(await msg.say('📬 Sent you a DM with information.')); return msgs; } catch (err) { - throw err; - // return msg.reply('Failed to send DM. You probably have DMs disabled.'); + return msg.reply('Failed to send DM. You probably have DMs disabled.'); } } const userPerms = command.userPermissions.length