This commit is contained in:
Dragon Fire
2024-03-19 23:04:25 -04:00
parent 63dd06c351
commit 74d3ab7933
+2 -1
View File
@@ -62,7 +62,8 @@ module.exports = class HelpCommand extends Command {
for (const embed of embeds) msgs.push(await msg.direct({ embed }));
if (msg.channel.type !== 'dm') msgs.push(await msg.say('📬 Sent you a DM with information.'));
return msgs;
} catch {
} catch (err) {
throw err;
// return msg.reply('Failed to send DM. You probably have DMs disabled.');
}
}