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; }