/Guacamole

Record a Discord voice channel with discord.js v12.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Guacamole

discord.js voicechannel recorder

Bot Invite

Quick Usage

Start to recording: r!start

Self host

  1. git clone https://github.com/waki285/Guacamole.git
  2. cd Guacamole
  3. npm install
  4. Go to lib/install.sh, change path to your environment (please change 3 lines for PATH)
  5. bash lib/install.sh
  6. npm run build
  7. rename .env.example to .env
  8. append your bot token to .env
  9. npm start