Skip to content

A Simple Discord music bot written in Python with support for Youtube and Spotify. Easy To Setup For Your Community!

License

Notifications You must be signed in to change notification settings

Jock3r99/Python-Music-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forks License size Bitbucket open issues PyPI - Python Version

Music Bot

A Simple Discord.py Music Bot Using LavaLink, and that is easy to set up and run yourself!

Features

  • Easy to run (just make sure Discord.py And Requirements is installed, and run!)
  • No external keys needed (besides a Discord Bot token and lavalink server Free!)
  • Config.py File So You Dont Need To Edit The Code
  • Simple To Use
  • Clean and beautiful Design For Embeds
  • More Updates And Commands In Future

Requirements

  • Python +3.6V
  • Discord.py
  • youtube_dl
  • wavelink

Setup

  • 1- Installing Requirements:
pip install discord.py
pip install youtube_dl
pip install wavelink
############# LAVALINK ######################
# Visit https://lavalink.darrennathanael.com TO Get Free Lavalink Server!
host = "HOST"
port = "PORT"
password = "PASSWORD"
  • 2- Editing config.py:
token = "YOUR_TOKEN"
prefix = "YOUR_PREFIX"
help_thumbnail = "URL" #You Can Use Any Url Of An Image/Gif

NOTE: Make Sure To Enable The Intents In Developer Portal

  • 3- Running The Code:
python main.py

Commands:

  • help
  • join
  • leave
  • play
  • stop
  • resume
  • volume

Editing

This bot (and the source code here) might not be easy to edit for inexperienced programmers. The main purpose of having the source public is to show the capabilities of the libraries, to allow others to understand how the bot works, and to allow those knowledgeable about discord.py and Discord bot development to contribute. There are many requirements and dependencies required to edit and compile it, and there will not be support provided for people looking to make changes on their own. Instead, consider making a feature request (see the above section). If you choose to make edits, please do so in accordance with the MIT License.

About

A Simple Discord music bot written in Python with support for Youtube and Spotify. Easy To Setup For Your Community!

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages