Skip to content

Template code for a fully functional discord music bot written in Python supporting audio from Spotify and YouTube. Ready to use right after entering bot token and api keys.

License

Notifications You must be signed in to change notification settings

Nutty1704/MusicBotTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Bot Template Code

A fully functional discord music bot written in python. Features all basic music bot commands and offers YouTube and Spotify support.

This bot was built to serve private servers and is not meant to be used commercially. Commercial Discord music bots that play audio from YouTube violate YouTube guidelines.

  • Discord Music Bot
  • Supports YouTube and Spotify
  • Has all features like play, skip, playnow, queue, loop, move, skipto, search, etc.
  • Utilizes Discord API, Spotify API, and Wavelink node servers.

How to use this bot

  1. Clone this project
  2. Edit config.py file and add your discord bot token, spotify client id, and spotify client secret id. Spotify API ids can be generated here
  3. Run main.py file to get the bot online and functioning.

How to add additional features

You can add more features to this bot as per your need. Refer to discord.py docs and write your own features in files inside the cogs/ directory. There are some util files inside utils/ to faciliate actions like playing and comments have been provided to help you understand the files.

License

This template is licensed under the MIT License. See the 'LICENSE' file for more details.

About

Template code for a fully functional discord music bot written in Python supporting audio from Spotify and YouTube. Ready to use right after entering bot token and api keys.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages