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?
S
Seren_Modz 21372d ago
u could always use player.setVolume() immediately after player.connect() however, the connect method object only passes connection properties
V
viztea372d ago
it doesn’t even have to be after connect just whenever you create the player