From d2bb3087a69012b0ce7cea2316e309a1d6e9d69c Mon Sep 17 00:00:00 2001 From: Snowflake107 Date: Wed, 21 Apr 2021 11:06:47 +0545 Subject: [PATCH] docs work --- docs/extractors/extractor.md | 2 +- docs/general/Welcome.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extractors/extractor.md b/docs/extractors/extractor.md index 5e6fc9c..c109ade 100644 --- a/docs/extractors/extractor.md +++ b/docs/extractors/extractor.md @@ -1,2 +1,2 @@ # Discord Player Extractor API -The extractor API \ No newline at end of file +The Extractor API \ No newline at end of file diff --git a/docs/general/Welcome.md b/docs/general/Welcome.md index 7171319..a5d8c77 100644 --- a/docs/general/Welcome.md +++ b/docs/general/Welcome.md @@ -70,7 +70,7 @@ client.on("message", async (message) => { const command = args.shift().toLowerCase(); // !play Despacito - // will play "Despacito" in the voice channel + // will play the song "Despacito" in the voice channel if(command === "play"){ client.player.play(message, args[0]); // as we registered the event above, no need to send a success message here