From f6c9a0ebdf127037d20e61428be91610e36e31be Mon Sep 17 00:00:00 2001 From: Sravanth C <54331348+sravanth-chebrolu@users.noreply.github.com> Date: Thu, 10 Sep 2020 01:09:38 +0530 Subject: [PATCH] Added table of content + thanks --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index dfc0086..2f40144 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ A tiny [Discord.js](https://discord.js.org/#/) script that can record your voice +### Content + * [Installation and Usage](#installation-and-usage) + * [Installing](#installing) + * [Setting Up the Local Environment](#setting-up-the-local-environment) + * [Running the Script](#running-the-script) + * [Start Recording](#start-recording) + * [Stop Recording](#stop-recording) + * [Thanks](#thanks) + ## Installation and Usage ### Installing @@ -60,3 +69,7 @@ This will summon the bot into the voice channel mentioned in the arguments and s ``` This will remove the bot from the mentioned voice channel and the recording will stop. Note that if you re-summon the bot with the same file name, the new audio will be appended to the end of the provious file. + +# Thanks + +Also, thanks @eslachance for the gist, which is what this code is based on. https://gist.github.com/eslachance/fb70fc036183b7974d3b9191601846ba.