Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
/ music-cog Public archive
forked from Jess-v/music-bot

Discord Music Bot using the Discord.py API

Notifications You must be signed in to change notification settings

edazpotato/music-cog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

music-bot

Python-based discord music bot cog, based off of https://github.com/Jess-v/music-bot

Installation

This will be assuming that you are running the bot on an Ubuntu-based Linux distribution. Instructions may need to be adjusted if using other distributions or another OS.

Prerequisites

  • Python 3.5.3 or later
  • libffi
  • libnacl
  • python3-dev
  • ffmpeg

sudo apt install libffi-dev libnacl-dev python3-dev ffmpeg

Python Packages

  • discord.py[voice]
  • youtube_dl
  • asyncio

pip3 install discord.py[voice] youtube_dl asyncio

Generate config.py

In the root directory create file named config.py

Edit the following and paste into the file:

token = "place_token_here"

About

Discord Music Bot using the Discord.py API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%