diff options
author | Vendicated <vendicated@riseup.net> | 2022-09-07 15:27:52 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-09-07 15:27:52 +0200 |
commit | 96fed019b876a441d5bca958d8682057dd9ca36f (patch) | |
tree | 3936aa8f3630fe19bec092fa91be21a438720380 /src | |
parent | edbe8dbceccbb912c7bf0c7bb5af824361173352 (diff) | |
download | Vencord-96fed019b876a441d5bca958d8682057dd9ca36f.tar.gz Vencord-96fed019b876a441d5bca958d8682057dd9ca36f.tar.bz2 Vencord-96fed019b876a441d5bca958d8682057dd9ca36f.zip |
feat: 20% more swag
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/banger.ts | 2 | ||||
-rw-r--r-- | src/plugins/cumcord.ts | 20 |
2 files changed, 11 insertions, 11 deletions
diff --git a/src/plugins/banger.ts b/src/plugins/banger.ts index be2fb3b..1109f91 100644 --- a/src/plugins/banger.ts +++ b/src/plugins/banger.ts @@ -13,4 +13,4 @@ export default definePlugin({ } } ], -})
\ No newline at end of file +});
\ No newline at end of file diff --git a/src/plugins/cumcord.ts b/src/plugins/cumcord.ts index 6831277..626079b 100644 --- a/src/plugins/cumcord.ts +++ b/src/plugins/cumcord.ts @@ -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(); + }, }); |