return this

This commit is contained in:
Snowflake107 2021-04-08 20:28:33 +05:45
parent 7e9a59981f
commit f7779be50a

View file

@ -86,7 +86,7 @@ export class Player extends EventEmitter {
this.Extractors.set(extractorName, new ExtractorModel(extractorName, extractor));
return Player;
return this;
}
/**