User bot property

This commit is contained in:
abalabahaha
2016-03-19 22:11:11 -07:00
parent afdb93b3d6
commit 703ac05400
4 changed files with 26 additions and 20 deletions

View File

@@ -8,6 +8,10 @@ function _inherits(subClass, superClass) { if (typeof superClass !== 'function'
var Transform = require('stream').Transform;
/**
* @see https://github.com/reneraab/pcm-volume/blob/master/index.js Inspired by this script
*/
var Volume = (function (_Transform) {
_inherits(Volume, _Transform);