Skip to content

Commit

Permalink
Fix missing "me" location change
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestrotter committed Jan 6, 2025
1 parent d130379 commit 020bee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/tts/TTSPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class TTSPlayer {
}

stop() {
const { channel } = this.guild.me.voice;
const { channel } = this.guild.members.me.voice;

this.stopDisconnectScheduler();

Expand Down

0 comments on commit 020bee7

Please sign in to comment.