Releases: Taxevaz/CallIdleOFF
Releases · Taxevaz/CallIdleOFF
Release list
CallIdleOFF 1.1.0
What's changed
- Improved compatibility with other BetterDiscord plugins that patch Discord's idle handlers.
- Reports a clear error when a loaded Discord voice module is no longer compatible.
- Rolls back failed starts and retries unfinished cleanup.
- Keeps failed cleanup from adding duplicate idle callbacks.
- Uses shorter, clearer status messages and documentation.
Install
Download CallIdleOFF.plugin.js below, place it in your BetterDiscord plugins folder, and enable it.
1.0.1
Version 1.0.1 fixed compatibility with the current Discord build:
- Finds the private-call idle manager behind Discord’s getter export.
- Finds the unexported guild voice-idle manager using BetterDiscord’s declaration search.
- Supports managers that load later instead of immediately.
- Prevents the false “could not enable voice-idle protection” warning while modules are still loading.