/Discord-Expanded

Primary LanguageJavaScriptThe UnlicenseUnlicense

Discord Expanded

This script adds bunch of random functionality to Discord desktop app:

  • Mute/Unmute all servers in a folder.

Installation

To try Discord Expanded simply run ./install.py to install and ./uninstall.py to uninstall.

The changes made by this script might get overwritten by Discord update, if this happens run ./install.py again.

Install scripts only work on Linux, on other platforms you can also try opening electron console (Ctrl+Shift+I) and pasting code from discord-expanded.js directly into console, but the changes will be gone as soon as you restart the app.

TODO

  • Add 2 days and 3 days as mute durations in context menu and remove "Until I turn it back on" (it's reduntant, you can just click on "Mute Server").

  • Some nice modal/settings page where user can easily view which servers are muted as well as mute/unmute servers with input for custom mute duration.