diff options
author | Vendicated <vendicated@riseup.net> | 2022-11-09 23:01:59 +0100 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-11-09 23:01:59 +0100 |
commit | 58636a9a821614cc9fc55a78054f7a4f26a92ec9 (patch) | |
tree | f5cb13d18bd0cdb2881c50a2abdbcdc9bfe6e366 /src/plugins/corruptMp4s.ts | |
parent | 0bc894d065ff2c56cca08c7a962a89691aa1f0cf (diff) | |
download | Vencord-58636a9a821614cc9fc55a78054f7a4f26a92ec9.tar.gz Vencord-58636a9a821614cc9fc55a78054f7a4f26a92ec9.tar.bz2 Vencord-58636a9a821614cc9fc55a78054f7a4f26a92ec9.zip |
CorruptMp4s: Depend on CommandsAPI ~ PronounDB: Add pronoundb link
Diffstat (limited to 'src/plugins/corruptMp4s.ts')
-rw-r--r-- | src/plugins/corruptMp4s.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/corruptMp4s.ts b/src/plugins/corruptMp4s.ts index 0751d7d..05cdf5f 100644 --- a/src/plugins/corruptMp4s.ts +++ b/src/plugins/corruptMp4s.ts @@ -29,6 +29,7 @@ export default definePlugin({ name: "CorruptMp4s", description: "Create corrupt mp4s with extremely high or negative duration", authors: [Devs.Ven], + dependencies: ["CommandsAPI"], commands: [{ name: "corrupt", description: "Create a corrupt mp4 with extremely high or negative duration", |