1
0
mirror of https://github.com/aNNiMON/ffmpegbot synced 2024-09-20 10:04:19 +03:00

Fix help message

This commit is contained in:
aNNiMON 2023-01-10 23:25:05 +02:00
parent 59af973b11
commit b58535d81f

View File

@ -39,8 +39,8 @@ public class HelpCommand implements TextCommand {
<b>yt-dlp</b> <b>yt-dlp</b>
/dl link [format] download a media using yt-dlp /dl link [format] download a media using yt-dlp
`link` a link to download (it must be supported by yt-dlp) <code>link</code> a link to download (it must be supported by yt-dlp)
`format` (optional) a download format. Can be "audio", "240", "360", "480", "720" or "1080" <code>format</code> (optional) a download format. Can be "audio", "240", "360", "480", "720" or "1080"
""".stripIndent()).enableHtml().callAsync(ctx.sender); """.stripIndent()).enableHtml().callAsync(ctx.sender);
} }
} }