Discord Voice Recorder is a self-hosted discord bot that will record everything a certain person says on all the discord servers where the bot is present.
Open a command terminal and run these commands (required : node js, npm and git)
git clone https://github.com/Kiriox94/discord-voice-recorder.git
cd discord-voice-recorder
cp config.example.json config.json
npm install
Once finished, open the config.json
file, then copy your bot's token and the user id you want to register.
All you have to do is run :
npm start
And now the bot is online.
This project is for educational purposes only. Please do not use it for people who have not given their consent. I cannot be held responsible for any use made of my project.