class zero():
def __init__(self):
self.name = ['zero']
self.country = ['Egypt']
self.language = ['Arab', 'English']
def programming_languages(self):
return [
'Python', 'SQL'
]
def markup_languages(self):
return [
'HTML', 'CSS'
]
def developer_tools(self):
return [
'GitHub', 'Stack Overflow', 'Docker', 'Heroku',
'MongoDB', 'MySQL', 'Azure'
]
def operating_system(self):
return [
'Windows', 'Android', 'Linux'
]
forked from lushaimusic/VCsMusicBot
-
Notifications
You must be signed in to change notification settings - Fork 0
A bot that can play music on Telegram Group and Channel Voice Chats
License
TOPVEGA/VCsMusicBot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A bot that can play music on Telegram Group and Channel Voice Chats
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 99.8%
- Dockerfile 0.2%