Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.2 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.2 KB

Discord Echo

Build Status

This little application allows you to record any Discord voice channel on your server

How to build

Build a docker image

./gradlew dockerBuildImage

How to set up

Set up Discord Echo

  • Create a conf directory
  • Aquire a bot token (see below) and store it in conf/shark_token
  • Add the bot to your server(s) https://discordapp.com/api/oauth2/authorize?client_id=<CLIENT_ID>&permissions=0&scope=bot (replace <CLIENT_ID> with your just created application's Client ID).

How to set up a bot

Running as a docker container

docker run -v `pwd`/conf/:/conf -v `pwd`/recordings:/recordings discordecho:1.0 bash

You should obviously make sure that your recordings/ directory is reachable from the outside.

Using Discord Echo

Once the bot has joined a server, it will automatically listen to commands in any channel. Simply type !help to get an overview what the server can do.