From 47c5a632bfe4029f41b9b4645023ef374df24643 Mon Sep 17 00:00:00 2001 From: Androz2091 Date: Sun, 12 Jan 2020 20:40:21 +0100 Subject: [PATCH] docs: add a space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6136f9e..edb6943 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ client.login(settings.token); You can pass a third parameter when instantiating the class Player: the **options** object: **options.leaveOnEnd**: whether the bot should leave the voice channel when there is no more song in the queue. -**options.leaveOnStop**: whether the bot should leave the voice channel when the `stop()` function is used. +**options.leaveOnStop**: whether the bot should leave the voice channel when the `stop()` function is used. **options.leaveOnEmpty**: whether the bot should leave the voice channel if there is no more member in it. ### Features Overview