Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 814 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 814 Bytes

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