BetterDiscordAutoUpdate BetterDiscordAutoUpdate
This PowerShell script automates the process of downloading and installing BetterDiscord.
It performs the following tasks:
- Downloads the latest BetterDiscord
.asar
file from the official GitHub repository. - Saves the downloaded file to the appropriate directory
BetterDiscord/data
folder. - Modifies the Discord
index.js
file to load the BetterDiscord module. - Restarts the Discord application to apply the changes.
Invoke-WebRequest -UseBasicParsing "https://gist.githubusercontent.com/nicola02nb/458b260b74f8d44bd2e594b4898ea25e/raw/BetterDiscordQuickInstall.ps1" | Invoke-Expression