mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
commit
204bdca555
1 changed files with 3 additions and 0 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue