chore: updated README.md
Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
parent
0d8001b951
commit
098634ee3f
1 changed files with 11 additions and 6 deletions
17
README.md
17
README.md
|
@ -12,7 +12,7 @@ A Discord music bot, written in Kotlin using the kord library.
|
|||
## Contributors
|
||||
|
||||
<div class="aside">
|
||||
<img src="https://img.shields.io/badge/limited__dev-Owner%20%26%20Developer-blue" alt="limited_dev: Owner & Developer"/>
|
||||
<img src="https://img.shields.io/badge/moonleay-Head%20Developer-red" alt="moonleay: Head Developer"/>
|
||||
</div>
|
||||
|
||||
## Special Thanks to
|
||||
|
@ -23,13 +23,18 @@ A Discord music bot, written in Kotlin using the kord library.
|
|||
|
||||
- The Repeat feature does not function
|
||||
- The nowplaying command always shows the current position of the track at 0s
|
||||
- Not all comments are listed below
|
||||
|
||||
## Commands
|
||||
## Commands & Features
|
||||
|
||||
- info -- Show basic infos about the bot
|
||||
- play -- Play a song
|
||||
- stop -- Stop playing a song and leave the vc
|
||||
- Commands
|
||||
- info -- Show basic infos about the bot
|
||||
- play -- Play a song
|
||||
- stop -- Stop playing a song and leave the vc
|
||||
- skip -- Skip to the next song
|
||||
- queue -- Show what songs are next up
|
||||
- nowplaying -- Show what is currently playing
|
||||
- Features
|
||||
- Button Controller -- You can control the currently playing music using buttons.
|
||||
|
||||
## How to self-host (using the Docker container)
|
||||
|
||||
|
|
Loading…
Reference in a new issue