mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-23 18:21:55 +01:00
Update REAMDE
This commit is contained in:
parent
f849e27b6f
commit
e97c3f6a83
@ -16,8 +16,8 @@ play | Play the following item(can be the name of the song or the Stream URL)
|
|||||||
pause/resume | Pause/Resume audio
|
pause/resume | Pause/Resume audio
|
||||||
seek | Where to Seek to in seconds or MM:SS
|
seek | Where to Seek to in seconds or MM:SS
|
||||||
skip | Skip this Song
|
skip | Skip this Song
|
||||||
help | Display the help message
|
|
||||||
spawn | Spawns an Interactive Play Controller
|
spawn | Spawns an Interactive Play Controller
|
||||||
|
help | Display the help message
|
||||||
|
|
||||||
### Limitations
|
### Limitations
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ You'll need a Discord Application for this Bot to work, as you will host it your
|
|||||||
[How to invite the Bot to your server](https://discordjs.guide/preparations/adding-your-bot-to-servers.html#bot-invite-links)
|
[How to invite the Bot to your server](https://discordjs.guide/preparations/adding-your-bot-to-servers.html#bot-invite-links)
|
||||||
|
|
||||||
|
|
||||||
The simplest way to get started is using Docker:
|
### The simplest way to get started is using Docker:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -d \
|
docker run -d \
|
||||||
@ -48,7 +48,7 @@ docker run -d \
|
|||||||
kgt1/jellyfin-discord-music-bot
|
kgt1/jellyfin-discord-music-bot
|
||||||
```
|
```
|
||||||
|
|
||||||
Alternatively you can run the Application natively with NodeJS:
|
### Alternatively you can run the Application natively with NodeJS:
|
||||||
|
|
||||||
Dependencies:
|
Dependencies:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user