Skip to content

Commit

Permalink
Remove connected from spec
Browse files Browse the repository at this point in the history
  • Loading branch information
freyacodes committed Oct 25, 2018
1 parent 5e63de2 commit 2515883
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions IMPLEMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ Position information about a player. Includes unix timestamp.

* `time` is a unix timestamp, similar to the one given in `playerUpdate`.
* `guildId` is the non-null guild ID.
* `connected` shows if we have a connected voice connection to one of Discord's voice servers.
* `player` holds data about lavaplayer state. May be null.
* `track` is a base64 representation of a lavaplayer track. May be null.
* `position` is the position of the current track. Will be `-1` if there is no track.
Expand All @@ -163,11 +162,10 @@ Position information about a player. Includes unix timestamp.
"array": [
{
"guildId": "...",
"connected": true,
"player": {
"track": "lavaplayer binary blob",
"position": 60000,
"paused": false,
"paused": false
}
}
]
Expand Down

0 comments on commit 2515883

Please sign in to comment.