Fix InitWS

This commit is contained in:
thororen1234 2025-02-16 20:15:39 -05:00
parent fe01f0feb8
commit 57c31a6e7c
No known key found for this signature in database

View file

@ -337,7 +337,7 @@ export function initWs(isManual = false) {
try { try {
const matcher = canonicalizeMatch(parseNode(match)); const matcher = canonicalizeMatch(parseNode(match));
const replacement = canonicalizeReplace(parseNode(replace), "PlaceHolderPluginName"); const replacement = canonicalizeReplace(parseNode(replace), 'Vencord.Plugins.plugins["PlaceHolderPluginName"]');
const newSource = src.replace(matcher, replacement as string); const newSource = src.replace(matcher, replacement as string);