1
0
mirror of https://github.com/aNNiMON/ffmpegbot synced 2024-09-19 22:54:20 +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>
/dl link [format] download a media using yt-dlp
`link` 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>link</code> a link to download (it must be supported by yt-dlp)
<code>format</code> (optional) a download format. Can be "audio", "240", "360", "480", "720" or "1080"
""".stripIndent()).enableHtml().callAsync(ctx.sender);
}
}