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.'); }