From c306479d8a01210dbc58d64dea1ca702ccc3cb75 Mon Sep 17 00:00:00 2001 From: judge2020 Date: Mon, 22 Jan 2018 17:18:15 -0500 Subject: [PATCH] Remove unnecessary comment --- src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.js b/src/index.js index 79d96c0..6abf031 100644 --- a/src/index.js +++ b/src/index.js @@ -173,7 +173,6 @@ bot.on('messageUpdate', async (msg, oldMessage) => { // Subscribe to typingStart if it's enabled either way if(config.typingProxy || config.typingProxyReverse) { bot.on("typingStart", async (channel, user) => { - //bot.sendChannelTyping(channel.id); // Handle user typing to modmail in DM if(config.typingProxy && (channel instanceof Eris.PrivateChannel)) { thread = await threads.getForUser(user, false);