can you set the volume by default.
when you create player for the first time using /play command for example is there's anyway to set the volume there like if i want it 20%
is it player.connect(member.voice.channel.id, { deafened: true, volume: 20 }); or what?
2 Replies
u could always use player.setVolume() immediately after player.connect()
however, the connect method object only passes connection properties
it doesn’t even have to be after connect
just whenever you create the player