forked from TheHamkerCat/Telegram_VC_Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmisc.py
More file actions
18 lines (16 loc) · 716 Bytes
/
misc.py
File metadata and controls
18 lines (16 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
HELP_TEXT = """__**I Can Play Music In The Voice Chat**__
**/skip** __Skip The Current Playing Music.__
**/play** __Service_Or_Default (Services: youtube/saavn/deezer, Default: youtube) Song_Name | Reply_To_Audio__
**/joinvc** __Join Voice Chat.__
**/leavevc** __Leave Voice Chat.__
**/volume [1-200]** __Adjust Volume.__
**/pause** __Pause Music.__
**/resume** __Resume Music.__
**/queue plformat/Nothing** __Shows Queue List. If you send plformat with command you will get it in playlist format.__
**/delqueue** __Deletes Queue List and Playlist.__
**/playlist** __Start Playing Playlist.__
"""
REPO_TEXT = (
"[Github](https://github.com/thehamkercat/Telegram_vc_bot)"
+ " | [Group](t.me/TGVCSUPPORT)"
)