Love Discord but miss the status notifications from Skype? I made a BetterDiscord plugin that'll notify you whenever someone on your friends list comes online or goes offline.
What things you need to install the software and how to install them
I'm working on Win 10, and am not sure if this will work on other OS's. Let me know if you have issues!
This is a plugin for BetterDiscord, so install that if you haven't already. Then download this plugin and put online.plugin.js
in %appdata%\BetterDiscord\plugins
. Then enable it in your BetterDiscord settings and you're good to go!
Because of how Discord is structured, my solution isn't exactly elegant. The plugin will rapidly switch to your friends list to parse the list before returning to your original screen. This may sometimes cause a slight flicker.
- Discord throttles refresh rate if it is not focused. As a result, notifications may be delayed. (Currently no fix)
- Will not work if currently in a PM (Fixed)
- Will sometimes not switch back correctly (Fixed)
This project is licensed under the MIT License - see the LICENSE.md file for details