Bot joining Deafeaned #221
Answered
by
meesam4687
skyrunner360
asked this question in
Q&A
-
Hi so i created a bot but it's joining the voice channel as deafened. what to do? how to fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
meesam4687
Jan 14, 2023
Replies: 1 comment
-
That's how it's supposed to be but you can make it undeafen itselves when the "playSong" event is emitted . <Guild>.members.fetch(<Client>.id).then(member => {
member.voice.setDeaf(false);
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
skyrunner360
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's how it's supposed to be but you can make it undeafen itselves when the "playSong" event is emitted .