From 5d838095b29b30cb5a2e76c304eb3addf696a4cd Mon Sep 17 00:00:00 2001 From: Luquinhas Date: Sun, 15 Dec 2024 18:36:03 -0300 Subject: [PATCH] Add support to /sdl --- src/commands/youtube.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/youtube.js b/src/commands/youtube.js index 4e124a4..6e5b467 100644 --- a/src/commands/youtube.js +++ b/src/commands/youtube.js @@ -56,7 +56,7 @@ const getApproxSize = async (command, videoUrl) => { }; module.exports = (bot) => { - bot.command(['yt', 'ytdl'], spamwatchMiddleware, async (ctx) => { + bot.command(['yt', 'ytdl', 'sdl'], spamwatchMiddleware, async (ctx) => { const Strings = getStrings(ctx.from.language_code); const ytDlpPath = getYtDlpPath(); const userId = ctx.from.id;