mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
@@ -1,5 +1,8 @@
|
|||||||
const Transform = require('stream').Transform;
|
const Transform = require('stream').Transform;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @see https://github.com/reneraab/pcm-volume/blob/master/index.js Inspired by this script
|
||||||
|
*/
|
||||||
class Volume extends Transform {
|
class Volume extends Transform {
|
||||||
constructor(volume) {
|
constructor(volume) {
|
||||||
super();
|
super();
|
||||||
|
|||||||
Reference in New Issue
Block a user