An helpful Discord voice & video recorder bot. This Recorder bot comes with a bunch of cool and powerful commands for both Discord and recording media streams.
@Media Recorder join
- Join the current voice channel in which you are and record the audio.@Media Recorder leave
- Leave the current voice channel in wich the bot is.
- Install Node.js v14.15.0
- Install ffmpeg, gcc, git
- Download Discord Recorder (open the terminal and write
git clone https://github.com/Sense/Discord-Recorder
or if you don't have/want to use git, download the ZIP by clicking the green Download button at the top right of this page) - Rename
.env.example
to.env
in the directory and fill in the required information. Note that only variables with the*Required*
comment are needed, everything else is optional - cd to the directory and run
npm install
to install the Node dependencies - Run
npm run start
in the directory to start the bot
The main
branch will be pushed soon to an official Docker image.
Updating Discord Recorder bot is like any other Node.js app. Just run git pull && npm install
in the folder via the terminal if you're on Linux or the command prompt if you're on Windows. You may also download the ZIP, configure it and run npm install again.
Have a feature in mind? We'd love to hear about it. Feel free to open an issue and let us know.