Powershell module to automatically patch Discord with Vencord if required
Download from PowerShell Gallery or install via PowerShellGet:
Install-Module -Name VencordModule
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
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"