Skip to content

dhedegaard/discord-lag-fixer

Repository files navigation

Discord lag fixer

Docker Node.js CI

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.

How to run it

Using docker:

  1. Pull the docker image (dhedegaard/discord-lag-fixer).
  2. Run it with a TOKEN and REGIONS_PREFIX env variable, ie:
    docker run -e TOKEN=some-token ghcr.io/dhedegaard/discord-lag-fixer:master

Outside docker:

  1. Make sure you have node 10+ installed.
  2. Clone the project
  3. Install dependencies
    $ yarn
  4. Start the main script
    $ yarn start

A hosted solution

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

About

Fixes lag in discord using a message.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages