diff --git a/src/preprocessors/pcPlugin.js b/src/preprocessors/pcPlugin.js index 1158301..680ecaf 100644 --- a/src/preprocessors/pcPlugin.js +++ b/src/preprocessors/pcPlugin.js @@ -34,7 +34,7 @@ export default (manifestPath, repo) => { css = css.replace(/\\/g, '\\\\').replace(/\`/g, '\`'); // Escape backticks - return `this.loadStyleSheet(\`${css}\`)`; + return `this.loadStylesheet(\`${css}\`)`; }); const jsCode = `import powercord from '_powercord/global';\n` + content;