index
:
guava
dev
main
Dead simple Discord music bot
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
code
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Remove extra interaction response
Parker
2024-12-01
1
-2
/
+0
|
*
Tidy up unused variable/old logic
Parker
2024-12-01
1
-20
/
+15
|
*
Extra lavalink listeners/optional track logging
Parker
2024-12-01
2
-10
/
+78
|
*
Update success message embed
Parker
2024-11-30
1
-0
/
+6
|
*
Remove timestamp as default embed footer
Parker
2024-11-30
1
-4
/
+4
|
*
self.bot.me -> self.bot.user
Parker
2024-11-30
1
-1
/
+1
|
*
Add queue paging with buttons
Parker
2024-11-30
1
-24
/
+76
|
*
Fix artwork_url for Spotify albums
Parker
2024-11-30
1
-4
/
+5
|
*
Add `artworkUrl` checks to remaining Spotify load funcs
Parker
2024-11-29
1
-2
/
+10
|
*
Add support for Spotify `artist` links
Parker
2024-11-29
3
-1
/
+117
|
*
Check for IndexError in case artworkUrl doesn't exist
Parker
2024-11-29
1
-3
/
+5
|
*
Make title and description optional (create_embed)
Parker
2024-11-29
1
-1
/
+5
|
*
Largely embed wording changes + other small tweaks + combine pause commands
Parker
2024-11-29
14
-144
/
+109
|
*
Update queue embed
Parker
2024-11-29
1
-3
/
+3
|
*
Remove unneeded checks/messages
Parker
2024-11-29
1
-28
/
+3
|
*
Continue skipping tracks on LoadError
Parker
2024-11-29
1
-7
/
+7
|
*
Append "audio" to YouTube searches
Parker
2024-11-29
1
-1
/
+1
|
*
Only search YouTube when enabled
Parker
2024-11-29
1
-10
/
+13
|
*
Create `create_embed` template to replace `discord.Embed()`
Parker
2024-11-28
21
-349
/
+147
|
|
|
|
|
|
- Auto-set color to BOT_COLOR - Set footer to timestamp (overridden is timestamp is passed) - Optional thumbnail
*
Update comments
Parker
2024-11-28
1
-4
/
+2
|
*
Overhaul \`play\` command
Parker
2024-11-28
9
-335
/
+638
|
|
|
|
|
|
- Split custom sources into helper functions - Add proper logging and handling - Fix LoadError embed messsage
*
Tell user to set poToken when YouTube is enabled
Parker
2024-11-26
1
-1
/
+1
|
*
update/set poToken for youtube-source
Parker
2024-11-25
1
-0
/
+46
|
*
`black --line-length 79`
Parker
2024-10-31
25
-208
/
+652
|
*
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
|
*
Fix NotOwner error
Parker
2024-09-18
2
-3
/
+4
|
*
Don't produce errors on NotOwner
Parker
2024-09-18
1
-0
/
+3
|
*
Merge pull request #5 from PacketParker/dev
Parker
2024-08-24
3
-10
/
+19
|
\
|
|
|
|
Optional YouTube support
|
*
Make YouTube support optional
Parker
2024-08-24
3
-10
/
+19
|
|
*
|
Edit the original deferred interaction
Parker
2024-08-12
1
-1
/
+1
|
/
*
Make sure lyrics do not exceed 4096 characters
Parker
2024-08-12
1
-1
/
+18
|
*
Fix 404 errors when searching for lyrics
Parker
2024-08-08
1
-4
/
+6
|
*
Change config.yaml -> file_path variable
Parker
2024-08-02
1
-1
/
+1
|
*
Update references for new `/lyrics` command
Parker
2024-08-02
2
-0
/
+9
|
*
Fix dumbass mistake lol
Parker
2024-08-02
1
-1
/
+1
|
*
Change config validation - make more stuff optional
Parker
2024-08-02
5
-199
/
+321
|
*
Update search providers (Deezer, YTM, YT)
Parker
2024-07-28
2
-4
/
+4
|
*
Update media api key grabber
Parker
2024-07-26
1
-1
/
+2
|
*
Switch up search providers
Parker
2024-07-24
2
-9
/
+23
|
*
Update news message
Parker
2024-07-20
1
-1
/
+1
|
*
Automatically retrieve Apple Music media API key
Parker
2024-07-20
4
-29
/
+59
|
*
Move files to `utils` folder
Parker
2024-07-20
23
-25
/
+25
|
*
Update error handling (mainly `CheckPlayerError`)
Parker
2024-07-20
3
-13
/
+24
|
*
Fix Apple Music artwork error
Parker
2024-07-20
1
-3
/
+6
|
*
Remove date from news
Parker
2024-07-19
1
-1
/
+1
|
*
Reference Apple Music changes
Parker
2024-07-19
1
-0
/
+5
|
*
Add support for APPLE MUSIC!
Parker
2024-07-18
4
-24
/
+212
|
*
Prepare for another Custom Source
Parker
2024-07-18
3
-3
/
+13
|
*
Change model to gpt-4o-mini
Parker
2024-07-18
1
-1
/
+1
|
[next]