This commit is contained in:
parent
aac6274f53
commit
c376cce0a8
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,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());
|
||||||
}, 3000);
|
}, 2000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue