This commit is contained in:
Dragon Fire
2024-03-19 23:07:23 -04:00
parent 35057f803e
commit 5ff9136441
+1 -2
View File
@@ -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