This is clone of https://github.com/automuteus/wingman
Helping your capture client find the perfect match
Wingman is the externally-facing Socket.io broker for automuteus.
Wingman receives messages from your capture client, and relays that information to Galactus directly (over HTTP).
Wingman also coordinates sending mute/deafen requests (that are provided by Galactus) to any available capture clients that are running a Discord bot that can be used for mute/deafen.
GALACTUS_ADDR
: The host and port at which your Galactus is accessible. Ex:http://localhost:5858
WINGMAN_PORT
: The port at which Wingman can be reached. This is the externally-facing Socket.io port that capture clients will connect to. Defaults to 8123.