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
11
README.md
11
README.md
|
@ -12,7 +12,7 @@ A Discord music bot, written in Kotlin using the kord library.
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
<div class="aside">
|
<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>
|
</div>
|
||||||
|
|
||||||
## Special Thanks to
|
## 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 Repeat feature does not function
|
||||||
- The nowplaying command always shows the current position of the track at 0s
|
- The nowplaying command always shows the current position of the track at 0s
|
||||||
- Not all comments are listed below
|
|
||||||
|
|
||||||
## Commands
|
## Commands & Features
|
||||||
|
|
||||||
|
- Commands
|
||||||
- info -- Show basic infos about the bot
|
- info -- Show basic infos about the bot
|
||||||
- play -- Play a song
|
- play -- Play a song
|
||||||
- stop -- Stop playing a song and leave the vc
|
- 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)
|
## How to self-host (using the Docker container)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue