chore: added command to README.md

Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
limited_dev 2023-05-18 03:28:40 +02:00
parent fe4e47744c
commit 861cd4b697

View file

@ -25,12 +25,13 @@ A Discord music bot, written in Kotlin using the kord library.
## Commands & Features ## Commands & Features
- Commands - Commands
- info -- Show basic infos about the bot - info -- Show basic infos about the bot
- play -- Play a song - play -- Play a song and or add it to queue
- stop -- Stop playing a song and leave the vc - upsert -- Play a song next up
- skip -- Skip to the next song - stop -- Stop playing a song and leave the vc
- queue -- Show what songs are next up - skip -- Skip to the next song
- nowplaying -- Show what is currently playing - queue -- Show what songs are next up
- nowplaying -- Show what is currently playing
- Features - Features
- Button Controller -- You can control the currently playing music using buttons. - Button Controller -- You can control the currently playing music using buttons.