get volume
i cant find the place in the docs that talks about volume, ive seen code like
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 linkDiscord.js
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.
3 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
thanks