1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 07:41:56 +00:00

Update voiceStateUpdate.js

This commit is contained in:
MatteZ02 2020-03-15 21:52:39 +02:00
parent 4ebe625ce0
commit 9f0a747026

View File

@ -27,7 +27,7 @@ module.exports = {
queue.endReason = "Timeout"; queue.endReason = "Timeout";
queue.connection.dispatcher.end(); queue.connection.dispatcher.end();
} }
}, 12000); }, 120000);
} }
} }
} }