Releases: fevegit/AutoReconnect
Release list
AutoReconnect v0.3.0
AutoReconnect v0.3.0
AutoReconnect remembers your last Discord voice connection, reconnects automatically and opens the recovered server channel, DM or group call on screen.
Windows (PowerShell)
Run these commands from an existing Vencord source installation:
Set-Location "$HOME\Vencord\src\userplugins"
git clone https://github.com/fevegit/AutoReconnect.git autoReconnect
Set-Location "$HOME\Vencord"
pnpm build
pnpm injectFully restart Discord and enable AutoReconnect in Settings -> Vencord -> Plugins.
Linux (Bash)
Run these commands from an existing Vencord source installation:
cd "$HOME/Vencord/src/userplugins"
git clone https://github.com/fevegit/AutoReconnect.git autoReconnect
cd "$HOME/Vencord"
pnpm build
pnpm injectFully restart Discord and enable AutoReconnect in Settings -> Vencord -> Plugins.
See the repository README for complete Windows and Linux setup, updating, uninstalling and troubleshooting instructions.
Acknowledgements
AutoReconnect was inspired by VoiceRejoin from Equicord, created by omaw and Key.
I used the original plugin and appreciated the automatic rejoin concept, but I wanted the recovered call to also open on screen and needed more control over the reconnect process. AutoReconnect was created as an independent implementation with optional zero-delay reconnection, intentional-disconnect detection, server and private-call support, per-account persistence and manual recovery actions.
Many thanks to omaw, Key and the Equicord contributors for their work and for inspiring this project.