docs work

This commit is contained in:
Snowflake107 2021-04-21 11:06:47 +05:45
parent b336faf43e
commit d2bb3087a6
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
# Discord Player Extractor API
The extractor API
The Extractor API

View file

@ -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