Skip to content

Commit

Permalink
chore: Update Docker workflow and add download tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
besoeasy committed Jul 1, 2024
1 parent 2572be8 commit 96092af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ const handleDownload = async (ctx, url) => {
ctx.reply(
`Download started with id: ${downloadId}\n\n/status_${downloadId}\n\n/cancel_${downloadId}`
);

ctx.reply(`Track all downloads with /ongoing`);
} catch (error) {
console.error(error);
ctx.reply("Failed to start download. Please try again later.");
Expand Down

0 comments on commit 96092af

Please sign in to comment.