From d5ebab1f4904ed5079e007fd594adcc79997ba67 Mon Sep 17 00:00:00 2001 From: synt-xerror <169557594+synt-xerror@users.noreply.github.com> Date: Tue, 21 Apr 2026 10:43:14 -0300 Subject: [PATCH] update registry --- registry.json | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/registry.json b/registry.json index e857010..45f3b60 100644 --- a/registry.json +++ b/registry.json @@ -1,5 +1,5 @@ { - "lastUpdated": "2026-04-21T13:23:13.743Z", + "lastUpdated": "2026-04-21T13:43:02.354Z", "plugins": { "a": { "name": "a", @@ -20,10 +20,19 @@ "audio": { "name": "audio", "author": "SyntaxError (https://git.maneos.net)", - "version": "1.0.0", + "version": "2.0.0", "category": "media", "service": false, - "dependencies": {} + "externalDependencies": { + "yt-dlp": { + "command": "yt-dlp", + "optional": false + }, + "ffmpeg": { + "command": "ffmpeg", + "optional": false + } + } }, "figurinha": { "name": "figurinha",