diff --git a/commands/utility/help.js b/commands/utility/help.js
index 05bcae91..80eeab3b 100644
--- a/commands/utility/help.js
+++ b/commands/utility/help.js
@@ -94,7 +94,7 @@ class HelpCommand extends Command {
 			await message.author.send({ embed });
 			if (shouldReply) return message.util.reply('I\'ve sent you a DM with the command list.');
 		} catch (err) {
-			if (shouldReply) return message.util.reply('I could not send you the command list in DMs.');
+			if (shouldReply) return message.util.send({ embed });
 		}
 
 		return undefined;