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;