From d306873e803bd156a19b00534b5ba0a9d5aa52c7 Mon Sep 17 00:00:00 2001 From: Zerio <43386412+ZerioDev@users.noreply.github.com> Date: Sat, 1 Feb 2020 21:03:02 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8151aa1..a150077 100644 --- a/README.md +++ b/README.md @@ -80,3 +80,5 @@ client.player.setRepeatMode(true); // Current song will no longer be repeated indefinitely client.player.setRepeatMode(false); ``` + +Find all the functions available on the official code [right here](https://github.com/Androz2091/discord-player).