mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Adding credit
This commit is contained in:
@@ -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