From 9ccd8dbc61079c41d0c58595e69239d11d7860e5 Mon Sep 17 00:00:00 2001 From: Heesu Kim Date: Tue, 30 Jan 2024 23:29:08 +0900 Subject: [PATCH] chore : readme update Play command description modify --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c31543..3c4248d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You must use it with the commands set in the ```BOT_NAME``` mentioned above. |add|Adds a song to the playlist. You need to enter the song's id. The id of the song can be found in the search results.| |delete|Deletes a song from the playlist. You must enter the id of the song you want to delete.| |view|Displays the current playlist and the songs playing in the streaming playlist.| -|play|Streams the current playlist. The streaming playlist cannot be changed.| +|play|Streams the current playlist. The streaming playlist cannot be changed. You need to enter a command in the voice chat room. :exclamation: | |exit|Deletes all songs in the currently streaming playlist.| |skip|Skips one song.| |help|Provides a manual for the commands.|