From 12e06990141cde724fdb1e6a3a0e5d01e1049152 Mon Sep 17 00:00:00 2001 From: Neko-Life Date: Thu, 29 Jul 2021 16:52:03 +0700 Subject: [PATCH] remove console.log --- cmds/utility/lookup.js | 3 --- resources/functions.js | 8 ++------ 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/cmds/utility/lookup.js b/cmds/utility/lookup.js index 8273fda..56c20b5 100644 --- a/cmds/utility/lookup.js +++ b/cmds/utility/lookup.js @@ -30,13 +30,10 @@ module.exports = class lookup extends commando.Command { } arg = arg.replace(/(? { - if (client.user.typingIn(msgOrChannel.channel || msgOrChannel)) { - console.log("STOPPING TYPING"); + if (client.user.typingIn(msgOrChannel.channel || msgOrChannel)) (msgOrChannel.channel || msgOrChannel).stopTyping(); - } }, 5000); return ret; }