/Discord-Voice-log

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Discord-Voice-log CircleCI

How to use

  1. Install mongoDB, node.js (Recommend using nvm), yarn, ffmpeg and start the mongoDB Server
  2. Clone this repo
  3. Install dependencies with yarn install
  4. Build with yarn build:prod
  5. Run node dist the first time to generate config.json
  6. Create and grab your discord bot token here
  7. Fill config.json
  8. Install pm2 via npm install -g pm2 (Optional but recommended)
  9. Start the bot with node dist or pm2 reload ecosystem.config.js