From 3234384156c9e171b51d095317cb4a11a43abe26 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Tue, 26 Oct 2021 22:07:52 +0700 Subject: [PATCH] none --- program/callback.py | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/program/callback.py b/program/callback.py index a0b6f69..7031c7d 100644 --- a/program/callback.py +++ b/program/callback.py @@ -78,24 +78,23 @@ async def cbhelps(_, query: CallbackQuery): await query.edit_message_text( f"""๐Ÿ“š Here is the Commands list: -ยป /mplay - play music on voice chat -ยป /vstream - enter the radio link -ยป /gplay - play from other source +ยป /play - play music on voice chat +ยป /stream - enter the radio link ยป /vplay - play video on video chat ยป /vstream - for m3u8/live link -ยป /vplaylist - show you the playlist +ยป /playlist - show you the playlist ยป /video (query) - download video from youtube ยป /song (query) - download song from youtube ยป /lyric (query) - scrap the song lyric ยป /search (query) - search a youtube video link ยป /queue - show you the queue list (admin only) -ยป /vpause - pause the stream (admin only) -ยป /vresume - resume the stream (admin only) -ยป /vskip - switch to next stream (admin only) -ยป /vstop - stop the streaming (admin only) +ยป /pause - pause the stream (admin only) +ยป /resume - resume the stream (admin only) +ยป /skip - switch to next stream (admin only) +ยป /stop - stop the streaming (admin only) ยป /userbotjoin - invite the userbot to join chat (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) ยป /rmd - clean downloaded files (sudo only) ยป /leaveall - order userbot leave from all group (sudo only)