This commit is contained in:
levina 2021-10-26 22:07:52 +07:00 committed by GitHub
parent 9b12f3faca
commit 3234384156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,24 +78,23 @@ async def cbhelps(_, query: CallbackQuery):
await query.edit_message_text( await query.edit_message_text(
f"""📚 Here is the Commands list: f"""📚 Here is the Commands list:
» /mplay - play music on voice chat » /play - play music on voice chat
» /vstream - enter the radio link » /stream - enter the radio link
» /gplay - play from other source
» /vplay - play video on video chat » /vplay - play video on video chat
» /vstream - for m3u8/live link » /vstream - for m3u8/live link
» /vplaylist - show you the playlist » /playlist - show you the playlist
» /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 » /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) » /pause - pause the stream (admin only)
» /vresume - resume the stream (admin only) » /resume - resume the stream (admin only)
» /vskip - switch to next stream (admin only) » /skip - switch to next stream (admin only)
» /vstop - stop the streaming (admin only) » /stop - stop the streaming (admin only)
» /userbotjoin - invite the userbot to join chat (admin only) » /userbotjoin - invite the userbot to join chat (admin only)
» /userbotleave - order userbot to leave from group (admin only) » /userbotleave - order userbot to leave from group (admin only)
» /restart - restart the bot (sudo only) » /reload - update the admin list (admin only)
» /rmw - clean raw files (sudo only) » /rmw - clean raw files (sudo only)
» /rmd - clean downloaded files (sudo only) » /rmd - clean downloaded files (sudo only)
» /leaveall - order userbot leave from all group (sudo only) » /leaveall - order userbot leave from all group (sudo only)