index
:
guava
dev
main
Dead simple Discord music bot
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
code
/
cogs
/
skip.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Largely embed wording changes + other small tweaks + combine pause commands
Parker
2024-11-29
1
-9
/
+6
*
Continue skipping tracks on LoadError
Parker
2024-11-29
1
-7
/
+7
*
Create `create_embed` template to replace `discord.Embed()`
Parker
2024-11-28
1
-23
/
+17
*
`black --line-length 79`
Parker
2024-10-31
1
-6
/
+25
*
NO player.repeat -> YES player.loop
Parker
2024-10-30
1
-1
/
+1
*
Catch issue if song on repeat is skipped w/ nothing in queue
Parker
2024-10-30
1
-1
/
+11
*
Move files to `utils` folder
Parker
2024-07-20
1
-2
/
+2
*
Prepare for another Custom Source
Parker
2024-07-18
1
-1
/
+1
*
Add proper references for all remaining commands
Parker
2024-07-12
1
-1
/
+1
*
Consolidate config validation and variables to `config.py`
Parker
2024-06-26
1
-1
/
+1
*
Remove 'Guava' for better self-host support
Parker
2024-06-26
1
-1
/
+1
*
Fix skipping when song is final in queue
Parker
2024-05-13
1
-4
/
+5
*
If skip number is 1, skip normally over popping
Parker
2024-05-13
1
-0
/
+3
*
Fix skip command showing wrong song info
Parker
2024-04-12
1
-3
/
+6
*
Increase skip command sleep time
Parker
2024-04-12
1
-1
/
+1
*
Catch `LoadError` when skipping tracks
Parker
2024-04-09
1
-2
/
+8
*
Black code reformat
Parker
2024-03-31
1
-1
/
+1
*
Update skip command
Parker
2024-03-31
1
-0
/
+8
*
Create `skip` command
Parker
2024-03-31
1
-0
/
+63