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