# Music

### Play

Plays an audio from Youtube by title or uri.&#x20;

The play command also adds songs to queue if the bot is already playing something.

**You must be in a voice channel before using this command**

`s.play Thunder Imagine Dragon`

`s.play` [`https://www.youtube.com/watch?v=q2WvTaqe9zU`](https://www.youtube.com/watch?v=q2WvTaqe9zU)

### Pause

Pause the currently playing audio

`s.pause`

### Resume

Resume the paused audio

`s.resume`

### Stop

Stops the audio and clears the queue

`s.stop`

### Repeat

Turns on or off repeating the current playing song

`s.repeat`

### Seek

Skip to a specific time in the audio in seconds

`s.seek 120`

### Skip

Skip the current audio or to a specific location

`s.skip`

or to specific location in queue `s.skip 5`

### Volume

Sets the volume of the bot

`s.volume 55` or `s.vol 55`

Using `s.vol` without any values will return current volume

### Disconnect

Disconnects the discord not and clears all queue

You can also use `s.dcme` to disconnect everyone if you are the only person with the bot.

`s.disconnect`

### Queue

View the songs that are in the queue

`s.queue`

### NowPlaying

Shows the currently playing song

`s.nowPlaying` or `s.np`

### LoadPlaylist

Load your saved playlist into the queue and start playing if no song currently playing

`s.loadPlaylist`

### ListenTo

Listen to a song that other servers are playing by server id

Use command `s.serverSongs` to see the audio title other servers are playing and their ID

`s.listenTo 237482327423`

You can add the value `1`  to start listening at the same track position or `0`start from beginning

### ServerSongs

View the songs that other servers are playing

`s.serverSongs`

### PopQueue

Remove a specific song from the queue by position

`s.popQueue 3`

### PopPlaylist

Remove a song from your saved playlist

`s.popPlaylist 5`

### Playlist

Shows the songs that you have saved in your personal playlist

`s.playlist`

### SaveSong

Save the currently playing song into your personal playlist

`s.saveSong`

### ShufflePlaylist

Shuffle the songs that are in your saved playlist

`s.shufflePlaylist`
