osteenbergen / slackify

Slack bot to play/queue Spotify
13 stars 1 forks source link

Remove last queued track #4

Closed jscharpff closed 8 years ago

jscharpff commented 8 years ago

Pop the last queued track from the queue using for instance '@spotify remove last'. Maybe even with negative indexes, e.g. @spotify: r -1 to allow removing traks from the other end of the queues

osteenbergen commented 8 years ago

Remove last can be done, negative numbers will not be implemented as this version uses unique numbers for queueing (so just use @slackify: remove 1289).

osteenbergen commented 8 years ago

Marking as closed as @slackify remove last has been implemented