Fix voice losing count

This commit is contained in:
Amish Shah
2016-08-29 16:41:28 +01:00
parent 3541b0a88f
commit df934eccaf
4 changed files with 16 additions and 8 deletions

View File

@@ -4,7 +4,6 @@ const fs = require('fs');
class DefaultPlayer extends BasePlayer {
playFile(file) {
this._shutdown();
return this.playStream(fs.createReadStream(file));
}