feat: 20% more swag
This commit is contained in:
parent
edbe8dbcec
commit
96fed019b8
|
@ -13,4 +13,4 @@ export default definePlugin({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
})
|
});
|
|
@ -1,14 +1,14 @@
|
||||||
import definePlugin from "../utils/types";
|
import definePlugin from "../utils/types";
|
||||||
|
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "cumcord",
|
name: "cumcord",
|
||||||
description: "Loads cumcord. That's it",
|
description: "Loads cumcord. That's it",
|
||||||
author: "Vendicated",
|
author: "Vendicated",
|
||||||
async start() {
|
async start() {
|
||||||
const cum = await fetch("https://raw.githubusercontent.com/Cumcord/Cumcord/stable/dist/build.js");
|
const cum = await fetch("https://raw.githubusercontent.com/Cumcord/Cumcord/stable/dist/build.js");
|
||||||
(0, eval)(await cum.text());
|
(0, eval)(await cum.text());
|
||||||
},
|
},
|
||||||
stop() {
|
stop() {
|
||||||
window.cumcord?.uninject();
|
window.cumcord?.uninject();
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue