UPDATE: Cleaner architecture with a streamlined audio store, simplified caching, and improved component structure.
Tip
If you run into any issues, please let me know on Discord
A Vencord plugin that lets you replace any native Discord sound with custom audio or seasonal variants. Supports custom audio uploads, per-sound volume control, live preview, seasonal sound presets, and settings import/export.
Warning
Requires the Vencord developer build.
Follow the official Vencord custom plugins guide.
Important
Inside the Vencord folder should be a folder called src. If you haven't already, create a folder called userplugins inside the src folder.
- Click the green
<> Codebutton at the top right of the repository and selectDownload ZIP. - Unzip the downloaded file into the
userpluginsfolder. - Ensure it's structured as
src/userplugins/customSoundsorsrc/userplugins/customSounds-main. - Run
pnpm buildin your terminal and the plugin should be added.