docs work
This commit is contained in:
parent
b336faf43e
commit
d2bb3087a6
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
# Discord Player Extractor API
|
||||
The extractor API
|
||||
The Extractor API
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue