Remove unnecessary comment

master
judge2020 2018-01-22 17:18:15 -05:00
parent 036885144e
commit c306479d8a
No known key found for this signature in database
GPG Key ID: 5BFD17372D7812CC
1 changed files with 0 additions and 1 deletions

View File

@ -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);