You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2026. It is now read-only.
Ctrl+R inside of Discord with the AccountSwitcher plugin loaded
See error
(Also your bug reporter is reporting some crashes to the console as well)
Additional Information:
The root of this issue is that Discord is moving towards lazy loading (see doc from mozilla).
The module you are depending on in line 118, KeyRecorder, does not get loaded until after you are in the main interface of Discord.
I suggest moving towards adding a keydown event listener as seen being used in other BD plugins I've seen. I would've opened a PR today but due to my handicap of never touching JavaScript before in my entire life, that didn't happen lmfao