2
0
Fork 0
Public mirror of Vizality upstream. Refreshes every 30 minutes.
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
10 months ago
.github rearrange CONTRIBUTING, SUPPORT, ACKNOWLEDGEMENTS, etc. files 2 years ago
.vscode move injector stuff over to top-level injector dir 1 year ago
assets add missing discord svg icon assets 1 year ago
dist fix the setup script to correctly install node_modules dependencies 1 year ago
injector Update index.js 1 year ago
renderer/src Fix buttons 10 months ago
.editorconfig add some editorconfig stuff 1 year ago
.eslintrc.json clean up core a bit and add deprecation messages for `vizality` and `discord` 1 year ago
.gitignore git ignore .vzignore files 2 years ago
CHANGELOG.md misc code cleanup and style changes 2 years ago
LICENSE keep the license and notice info simple, remove markdown formatting 2 years ago
NOTICE Update NOTICE 1 year ago
README.md Update README.md 1 year ago
jsconfig.json remove @discord package alias 1 year ago
package-lock.json Bump terser from 5.11.0 to 5.14.2 11 months ago
package.json remove @discord package alias 1 year 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.