forked from TheHamkerCat/Telegram_VC_Bot
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathmisc.py
More file actions
18 lines (15 loc) · 689 Bytes
/
misc.py
File metadata and controls
18 lines (15 loc) · 689 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**__
**/help** __Show This Message.__
**/skip** __Skip The Current Playing Music.__
**/play** __youtube/saavn/deezer Song_Name__
**/telegram** __Play From Telegram Audio.__
**/joinvc** __Join Voice Chat.__
**/rejoinvc** __Rejoin Voice Chat.__
**/leavevc** __Leave Voice Chat.__
**/volume [1-200]** __Adjust Volume.__
**/pause** __Pause Music.__
**/resume** __Resume Music.__
**/update** __Update & Restart.__"""
START_TEXT = "__**Hi I'm Telegram Voice Chat Bot. Join @PatheticProgrammers For Support.**__"
REPO_TEXT = "[Github](https://github.com/thehamkercat/Telegram_vc_bot)" \
+ " | [Group](t.me/PatheticProgrammers)"