From d6cd69bf4f5d446138dacb2bb676fb790e403895 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 2 May 2017 22:47:35 +0000 Subject: [PATCH] Oops --- commands/util/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/util/help.js b/commands/util/help.js index a30b038f..3ee4c462 100644 --- a/commands/util/help.js +++ b/commands/util/help.js @@ -57,7 +57,7 @@ module.exports = class HelpCommand extends Command { } try { await msg.author.send({embed}); - return msg.say(':mailbox_with_mail: Send you a DM with information.'); + return msg.say(':mailbox_with_mail: Sent you a DM with information.'); } catch (err) { return msg.say('Failed to send DM. You probably have DMs disabled.'); }