This commit is contained in:
levina 2021-10-25 18:56:24 +07:00 committed by GitHub
parent 07a0b2f237
commit 997d7d5f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,7 @@ async def cbhelps(_, query: CallbackQuery):
» /video (query) - download video from youtube » /video (query) - download video from youtube
» /song (query) - download song from youtube » /song (query) - download song from youtube
» /lyric (query) - scrap the song lyric » /lyric (query) - scrap the song lyric
» /search (query) - search a youtube video link
» /queue - show you the queue list (admin only) » /queue - show you the queue list (admin only)
» /vpause - pause the stream (admin only) » /vpause - pause the stream (admin only)
» /vresume - resume the stream (admin only) » /vresume - resume the stream (admin only)