Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Command
Pos arg
Python like list slicing
@bot skip
skips playing song@bot skip 1
skips playing track@bot skip 1:5
Skips enqueued songs 1 to 5 (4) in sequence.@bot skip :5
skips current + 4 songs enqueued.@bot skip 0:5
skips current + 4 songs enqueued.@bot skip 5
skips current + 4 songs enqueued.More complex examples
@bot skip -1
skips last song enqueued.@bot skip -1:3
skips starting from last song, until position 3.@bot skip -1:-3
skips starting from last song, until position -3.Partition slices
@bot skip ::
(or:
) Remove everything@bot skip 1:5:-1
skips starting from last the song enqueued, until position 5.@bot skip -1:-3:-1
starting from next song, until position 3. (very confusing double rotate)@bot skip 1::2
starting from next song, everything divisible by 2 will be removed@bot skip 1::-2
starting from the last song, everything divisible by 2 will be removedFilter
Regex
if position provided, only affect within exclusive range
weak regex search against
track_name|artist|album
ID/Mention
if position provided, only affect within exclusive range
Remove based on who enqueued via raw ID or @mention