Skip to content

this is the python source code for a discord music bot. The bot uses an already running lavalink server locally to search song urls and also song names on youtube and play the same on a discord server voice channel it is already a part of.

VinayLakshman/discord-music-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

"# discord-music-bot"

Before executing the given python files, make sure to create a bot on discord, using your discord profile, for more instructions regarding the same, refer the following site:

https://discordpy.readthedocs.io/en/latest/discord.html

  • make sure you use your own bot's token in the code.

  • Next, for this code to work you will need to have:

  • java 13.0 pre-installed in your system

  • set-up Lavalink (follow instructions from here: https://dsharpplus.github.io/articles/audio/lavalink/setup.html )

  • Lavalink requires Java 13.0 or higher to host a server.

  • don't forget to run lavalink every time before executing launcher.py, type the following in your command prompt (already mentioned in the setup link above):

    java -jar Lavalink.jar

This should start up the server, after which you can proceed to run the launcher.py

About

this is the python source code for a discord music bot. The bot uses an already running lavalink server locally to search song urls and also song names on youtube and play the same on a discord server voice channel it is already a part of.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages