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.
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.