mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 13:32:04 +00:00
Adding credit
This commit is contained in:
parent
27a0361afc
commit
81549e737e
1 changed files with 3 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue