From 63dd06c351c09902b71ca2020cb8139df615f4a6 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Tue, 19 Mar 2024 23:03:57 -0400 Subject: [PATCH] Why? --- commands/util-public/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/util-public/help.js b/commands/util-public/help.js index 08f107ec..86f691d9 100644 --- a/commands/util-public/help.js +++ b/commands/util-public/help.js @@ -63,7 +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 { - 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