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 c518b5411c
move injector stuff over to top-level injector dir
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 some more svg assets, update Discord logo asset 3 years ago
injector move injector stuff over to top-level injector dir 2 years ago
scripts rename compile script to compile-sass and rename discord module alias to @discord 3 years ago
src/core move injector stuff over to top-level injector dir 2 years ago
.DS_Store Add 'wrapInHooks' and fixes for modules and css 2 years ago
.editorconfig How did that happen? Fix my typings... again. 4 years ago
.eslintrc.json fix discord experiments setting 3 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 keep the license and notice info simple, remove markdown formatting 3 years ago
README.md Fix typo 3 years ago
jsconfig.json rename compile script to compile-sass and rename discord module alias to @discord 3 years ago
package-lock.json remove react-highlighter-ts package that was breaking Settings page 3 years ago
package.json remove react-highlighter-ts package that was breaking Settings page 3 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 inject
  • 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 node src/inject inject --no-exit-codes 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 uninject
  • And restart your discord client completely through the system tray.

Uninstallation (*nix):

  • Go to the Vizality's folder using the cd command.
  • Run node src/inject uninject --no-exit-codes 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.