Skip to content

This is a simple implementation of a discord music bot. Can be used as a skeleton, or improved upon.

License

Notifications You must be signed in to change notification settings

thobiasn/discord-music-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple implementation of a discord music bot. Can be used as a skeleton, or improved upon.

Usage

  • create a discord application and assign a bot to it.

  • authorize your bot to your desired channel through the discord app interface

  • ensure you have the correct version of python installed.

  • pip install -r requirements.txt

  • adjust config.py

  • python bot.py

Bot commands

  • !play <url>: Play audio from a youtube url. <url> can be any valid youtube video, playlist or stream.

  • !stop: Stop playing and leave the channel.

Requirements

  • python 3.6.6

  • ffmpeg

About

This is a simple implementation of a discord music bot. Can be used as a skeleton, or improved upon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages