Use direct unicode

This commit is contained in:
Daniel Odendahl Jr
2017-09-08 01:28:33 +00:00
parent 612cb39747
commit c12b736590
14 changed files with 25 additions and 29 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ module.exports = class HelpCommand extends Command {
}
try {
await msg.direct({ embed });
return msg.say(':mailbox_with_mail: Sent you a DM with information.');
return msg.say('📬 Sent you a DM with information.');
} catch (err) {
return msg.say('Failed to send DM. You probably have DMs disabled.');
}