feat: 20% more swag

This commit is contained in:
Vendicated 2022-09-07 15:27:52 +02:00
parent edbe8dbcec
commit 96fed019b8
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
2 changed files with 11 additions and 11 deletions

View file

@ -13,4 +13,4 @@ export default definePlugin({
}
}
],
})
});

View file

@ -1,14 +1,14 @@
import definePlugin from "../utils/types";
export default definePlugin({
name: "cumcord",
description: "Loads cumcord. That's it",
author: "Vendicated",
async start() {
const cum = await fetch("https://raw.githubusercontent.com/Cumcord/Cumcord/stable/dist/build.js");
(0, eval)(await cum.text());
},
stop() {
window.cumcord?.uninject();
},
name: "cumcord",
description: "Loads cumcord. That's it",
author: "Vendicated",
async start() {
const cum = await fetch("https://raw.githubusercontent.com/Cumcord/Cumcord/stable/dist/build.js");
(0, eval)(await cum.text());
},
stop() {
window.cumcord?.uninject();
},
});