diff --git a/PlexBot/bot.py b/PlexBot/bot.py index ebefde4..13a8256 100644 --- a/PlexBot/bot.py +++ b/PlexBot/bot.py @@ -30,6 +30,7 @@ General: Plex: play - Play a song from the plex server. album - Queue an entire album to play. + playlist - Queue an entire playlist to play. lyrics - Print the lyrics of the song (Requires Genius API) np - Print the current playing song. stop - Halt playback and leave vc. diff --git a/README.md b/README.md index fd502b5..b60501f 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ General: Plex: play - Play a song from the plex server. album - Queue an entire album to play. + playlist - Queue an entire playlist to play. lyrics - Print the lyrics of the song (Requires Genius API) np - Print the current playing song. stop - Halt playback and leave vc.