A simple bot for fixing discord voice lag issues.
Basically, add the bot to your server and write in one of your guild-based text channels: "fix lag" og "lag fix".
Take a look in the .env file, for the various configuration options.
Using docker:
- Pull the docker image (
dhedegaard/discord-lag-fixer). - Run it with a
TOKENandREGIONS_PREFIXenv variable, ie:
docker run -e TOKEN=some-token ghcr.io/dhedegaard/discord-lag-fixer:master
Outside docker:
- Make sure you have node 10+ installed.
- Clone the project
- Install dependencies
$ yarn - Start the main script
$ yarn start
I host my own version of the bot, feel free to add it to your server.
The "Manage server" permission is required (which is why you probably want to host it yourself).
In any case, you may add the bot by going here:
https://discordapp.com/api/oauth2/authorize?client_id=591345636180230145&scope=bot&permissions=1072