An @discord app client modification, allowing for a truly customizable experience through the use of plugins, themes, and built-in settings. (MIRROR OF https://github.com/vizality/vizality)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
dperolio 1100629517
Merge pull request #110 from doggybootsy/stable
2 years ago
.github rearrange CONTRIBUTING, SUPPORT, ACKNOWLEDGEMENTS, etc. files 3 years ago
.vscode move injector stuff over to top-level injector dir 2 years ago
assets add missing discord svg icon assets 2 years ago
dist fix the setup script to correctly install node_modules dependencies 2 years ago
injector Update index.js 2 years ago
renderer/src Fix buttons 2 years ago
.editorconfig add some editorconfig stuff 2 years ago
.eslintrc.json clean up core a bit and add deprecation messages for `vizality` and `discord` 2 years ago
.gitignore git ignore .vzignore files 3 years ago
CHANGELOG.md misc code cleanup and style changes 3 years ago
LICENSE keep the license and notice info simple, remove markdown formatting 3 years ago
NOTICE Update NOTICE 2 years ago
README.md Update README.md 2 years ago
jsconfig.json remove @discord package alias 2 years ago
package-lock.json Bump terser from 5.11.0 to 5.14.2 2 years ago
package.json remove @discord package alias 2 years ago

README.md

Vizality

Vizality is an @discord client modification that is based off of Powercord.

What is Vizality?

Vizality is a client modification for the Discord desktop app, meant to give it enhanced customization of features and appearance. Client modifications are technically against Discord's Terms of Service, so use it at your own risk.

Installation

Dependencies:

  • Node.js (Latest or LTS)
  • Git
  • Discord Stable (Canary and PTB are not supported)

Installation (Windows):

  • Clone the repository using git with this command: git clone https://github.com/vizality/vizality
  • Run cd vizality
  • Run npm run setup
  • And restart your discord client completely through the system tray.

Installation (*nix):

  • Clone the repository using git with this command: git clone https://github.com/vizality/vizality
  • Run cd vizality
  • Run npm run setup:sudo as root
  • And restart your discord client completely through the system tray.

Uninstallation

Uninstallation (Windows):

  • Go to the Vizality's folder using cd command.
  • Run npm run setup
  • And restart your discord client completely through the system tray.

Uninstallation (*nix):

  • Go to the Vizality's folder using the cd command.
  • Run npm run setup:sudo as root
  • And restart your discord client completely through the system tray.

Support

You can reach out to us on our Discord support server here if you need any support.

Warning

Vizality is in a unfinished alpha state. Please report any bugs at our Discord server or in the issues.