Temmie Too

This commit is contained in:
Daniel Odendahl Jr
2017-04-08 03:37:48 +00:00
parent 01c7b13981
commit 01dc22bd49
-1
View File
@@ -27,7 +27,6 @@ module.exports = class TemmieCommand extends commando.Command {
if (message.channel.type !== 'dm') {
if (!message.channel.permissionsFor(this.client.user).hasPermission(['SEND_MESSAGES', 'READ_MESSAGES'])) return;
}
console.log(`[Command] ${message.content}`);
const thingToTranslate = args.text;
const temmized = temmize(thingToTranslate);
return message.say(`\u180E${temmized}`);