Skip to content

Commit

Permalink
refix
Browse files Browse the repository at this point in the history
  • Loading branch information
OOF2510 committed Dec 22, 2023
1 parent aaffccf commit 71affa8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmds/misc/tts.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ module.exports = {
player.stop();
});

player.on(voice.AudioPlayerStatus.Idle, async () => {
player.stop();
connection.destroy();
});
// player.on(voice.AudioPlayerStatus.Idle, async () => {
// player.stop();
// connection.destroy();
// });

msg.editReply("I have spoken!");
},
Expand Down

0 comments on commit 71affa8

Please sign in to comment.