docs
This commit is contained in:
parent
76471b4fa8
commit
912b3b49dd
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ export class Env {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The soundcloud client
|
* The soundcloud client
|
||||||
* @example const sc = new (require("discord-player")).Env.SoundcloudClient.Client();
|
* @example const soundcloud = new (require("discord-player")).Env.SoundcloudClient.Client();
|
||||||
* sc.search("faded").then(console.log);
|
* soundcloud.search("faded").then(console.log);
|
||||||
* @type {Object}
|
* @type {Object}
|
||||||
*/
|
*/
|
||||||
static get SoundcloudClient() {
|
static get SoundcloudClient() {
|
||||||
|
|
Loading…
Reference in a new issue