get volume
i cant find the place in the docs that talks about volume, ive seen code like
https://discord.js.org/#/docs/voice/main/class/AudioResource?scrollTo=volume
this page talks about volume, but not any of its submethods or anything, no link
volume.setVolume(0.2); but cant find setVolume.https://discord.js.org/#/docs/voice/main/class/AudioResource?scrollTo=volume
this page talks about volume, but not any of its submethods or anything, no link
Discord.js is a powerful node.js module that allows you to interact with the Discord API very easily. It takes a much more object-oriented approach than most other JS Discord libraries, making your bot's code significantly tidier and easier to comprehend.

