This commit is contained in:
Snowflake107 2021-05-11 20:17:52 +05:45
parent 912b3b49dd
commit 3c4b16a3b1

View file

@ -6,6 +6,7 @@ export class Env {
/**
* Utility env
* <warn>This feature is Experimental</warn>
*/
constructor() {
throw new Error(`Cannot instantiate the class ${this.constructor.name}`);
@ -13,7 +14,6 @@ export class Env {
/**
* The soundcloud client
* @example const soundcloud = new (require("discord-player")).Env.SoundcloudClient.Client();
* soundcloud.search("faded").then(console.log);
* @type {Object}
*/
@ -23,7 +23,6 @@ export class Env {
/**
* The soundcloud store utils
* @example const store = require("discord-player").Env.SoundcloudStore.setAPIkey("soundcloud_api_key")
* @type {Object}
*/
static get SoundcloudStore() {