From 4e397f4c096b59d0d8c597aa279e0f0448a174c3 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 25 Apr 2025 19:58:46 +0300 Subject: Improve yt-dlp invocation --- src/index.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index d489dc3..0615cd7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -75,6 +75,11 @@ app.command("/veeti", async ({ command, ack, respond, client }) => { }); }; + void respond({ + text: "Veeti link added to task queue. Wait a moment...", + response_type: "ephemeral", + }); + addTask({ type: "download_url", url, -- cgit v1.3