From 01dc22bd49fef5fe96f56c8d37971b19948b13e2 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sat, 8 Apr 2017 03:37:48 +0000 Subject: [PATCH] Temmie Too --- commands/textedit/temmie.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/textedit/temmie.js b/commands/textedit/temmie.js index 3e14fcd2..354301c0 100644 --- a/commands/textedit/temmie.js +++ b/commands/textedit/temmie.js @@ -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}`);