more time
This commit is contained in:
parent
6430af5a58
commit
216d91a4bd
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ module.exports = class ttsvcCommand extends Command {
|
||||||
// End at then end of the audio stream
|
// End at then end of the audio stream
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
dispatcher.on('end', () => voiceChannel.leave());
|
dispatcher.on('end', () => voiceChannel.leave());
|
||||||
}, 1000);
|
}, 5000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue