This commit is contained in:
Daniel Odendahl Jr
2017-05-02 22:47:35 +00:00
parent f2b99ec3a5
commit d6cd69bf4f
+1 -1
View File
@@ -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.');
}