anime-crossing / man-chan

A collaborative effort between friends. Multipurpose Discord Bot written in Python.
MIT License
2 stars 1 forks source link

Music Player v1 #1

Open furlongi opened 2 years ago

furlongi commented 2 years ago

Write commands that allow the bot to join the voice channel and play music. Right now, we can just use youtube for music but later we can expand to spotify api. More features can be added and thought of after this pull request is finished.

Commands: Play: Play song with the name or link as arg. Should queue Stop: Pause music. Keep bot in voice Leave: Bot leaves voice Next: Plays next song in queue. Up to you on how, if a voting system is required or anyone can use it.

Features: queue

Have to lookup what libraries to use to support this. Also for the queue, think of how we can separate a queue from one voice channel from another. If a db is needed for that then wait until it is added.