more time

Commando
Loic Bersier 6 years ago
parent 6430af5a58
commit 216d91a4bd

@ -69,7 +69,7 @@ module.exports = class ttsvcCommand extends Command {
// End at then end of the audio stream
setTimeout(function(){
dispatcher.on('end', () => voiceChannel.leave());
}, 1000);
}, 5000);
});
});
});

Loading…
Cancel
Save