summaryrefslogtreecommitdiffstats
path: root/src/index.ts
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-04-25 19:58:46 +0300
committerJan Tuomi <jan@jantuomi.fi>2025-04-25 19:58:46 +0300
commit4e397f4c096b59d0d8c597aa279e0f0448a174c3 (patch)
tree0df346d990c14f8195d177f1bad0a860aa20e745 /src/index.ts
parentd77026c271b3d81ed29c0435c1cb24850389fe67 (diff)
Improve yt-dlp invocation
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts5
1 files changed, 5 insertions, 0 deletions
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,