From 921dfc02b878f74ff6271233ac9351eeb17d7aa4 Mon Sep 17 00:00:00 2001 From: profesaurus <6362518+profesaurus@users.noreply.github.com> Date: Thu, 27 May 2021 08:11:02 -0700 Subject: [PATCH] Updated README.md to include the playlist command. Added the playlist command to bot.py comments. --- PlexBot/bot.py | 1 + README.md | 1 + 2 files changed, 2 insertions(+) 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.