oop
This commit is contained in:
parent
e6f759eecd
commit
cf2bf2b43a
@ -121,9 +121,8 @@ const cssRuntime = `
|
|||||||
Object.assign(document.createElement("style"), {
|
Object.assign(document.createElement("style"), {
|
||||||
textContent: ${cssText},
|
textContent: ${cssText},
|
||||||
id: "vencord-css-core"
|
id: "vencord-css-core"
|
||||||
}),
|
})
|
||||||
{ once: true }
|
), { once: true });
|
||||||
));
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
|
Loading…
Reference in New Issue
Block a user