This commit is contained in:
Snowflake107 2021-05-11 20:09:22 +05:45
parent 76471b4fa8
commit 912b3b49dd

View file

@ -13,8 +13,8 @@ export class Env {
/**
* The soundcloud client
* @example const sc = new (require("discord-player")).Env.SoundcloudClient.Client();
* sc.search("faded").then(console.log);
* @example const soundcloud = new (require("discord-player")).Env.SoundcloudClient.Client();
* soundcloud.search("faded").then(console.log);
* @type {Object}
*/
static get SoundcloudClient() {