Skip to content

eliasblume/VencordModule

Repository files navigation

PS> VencordModule

Powershell module to automatically patch Discord with Vencord if required

Installation

Download from PowerShell Gallery or install via PowerShellGet:

Install-Module -Name VencordModule

Usage

it is recommended to include this into your profile to make it available in every powershell session. Edit HOMEDIR:\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 and add the following lines:

Import-Module VencordModule

or just run it in your current session:

To execute the patching process, run the following command:

 Update-Vencord

Automation/Topgrade

This is meant to be used together with Topgrade to automate the process of updating your system. Simply edit your profile like shown in Usage. Then edit your topgrade config with topgrade --edit-config and add this into the commands section:

# the `commands` key should already exist
[commands]
"Update Vencord" = "Update-Vencord"

About

Powershell module to automatically patch Discord with Vencord if required

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published