https://github.com/shahriyardx/discord-music
A discord music bot with advanced features
https://github.com/shahriyardx/discord-music
Last synced: about 2 months ago
JSON representation
A discord music bot with advanced features
- Host: GitHub
- URL: https://github.com/shahriyardx/discord-music
- Owner: shahriyardx
- Created: 2021-09-24T17:39:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T18:55:31.000Z (over 3 years ago)
- Last Synced: 2025-03-21T06:51:20.716Z (2 months ago)
- Language: Python
- Size: 32.3 MB
- Stars: 8
- Watchers: 1
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Music
A discord music bot with advanced features## installation `Lavalink`
> If you want to selfhost lavalink. `Otherwise use public hosted lavalink`
- Install java 11 or higher
- Go to lavalink folder and start lavalink server
- `java -jar Lavalink.jar`## Installation `BOT`
- Install Python 3.7 or higher
- clone this repository
- `git clone https://github.com/shahriyardx/discord-music`
- Install requirements
- `pip install -r requirements.txt`
- Edit `.env.example` file to `.env` and replace `TOKEN` and `PREFIX`
- Run the bot
- `python bot.py`## Downloads
- Java 13
- Linux [Download](https://download.java.net/openjdk/jdk13/ri/openjdk-13+33_linux-x64_bin.tar.gz)
- Windows [Download](https://download.java.net/openjdk/jdk13/ri/openjdk-13+33_windows-x64_bin.zip)