-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Description
MusicBot/
├── bot/
│ ├── init.py
│ ├── config.py
│ ├── main.py
│ ├── plugins/
│ │ ├── play.py
│ │ ├── admin.py
│ │ ├── queue.py
│ │ └── misc.py
│ ├── utils/
│ │ ├── helpers.py
│ │ ├── thumbnails.py
│ │ └── language.py
│ └── core/
│ ├── call.py
│ ├── player.py
│ └── queue.py
│
├── assets/
│ ├── banner.png
│ └── thumbnails/
│
├── languages/
│ ├── en.yml
│ ├── hi.yml
│ └── ar.yml
│
├── .env
├── sample.env
├── Dockerfile
├── requirements.txt
├── README.md
├── CONTRIBUTING.md
├── LICENSE
└── start.sh
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels