aboutsummaryrefslogtreecommitdiff
path: root/code
Commit message (Expand)AuthorAgeFilesLines
* Remove timestamp as default embed footerParker2024-11-301-4/+4
* self.bot.me -> self.bot.userParker2024-11-301-1/+1
* Add queue paging with buttonsParker2024-11-301-24/+76
* Fix artwork_url for Spotify albumsParker2024-11-301-4/+5
* Add `artworkUrl` checks to remaining Spotify load funcsParker2024-11-291-2/+10
* Add support for Spotify `artist` linksParker2024-11-293-1/+117
* Check for IndexError in case artworkUrl doesn't existParker2024-11-291-3/+5
* Make title and description optional (create_embed)Parker2024-11-291-1/+5
* Largely embed wording changes + other small tweaks + combine pause commandsParker2024-11-2914-144/+109
* Update queue embedParker2024-11-291-3/+3
* Remove unneeded checks/messagesParker2024-11-291-28/+3
* Continue skipping tracks on LoadErrorParker2024-11-291-7/+7
* Append "audio" to YouTube searchesParker2024-11-291-1/+1
* Only search YouTube when enabledParker2024-11-291-10/+13
* Create `create_embed` template to replace `discord.Embed()`Parker2024-11-2821-349/+147
* Update commentsParker2024-11-281-4/+2
* Overhaul \`play\` commandParker2024-11-289-335/+638
* Tell user to set poToken when YouTube is enabledParker2024-11-261-1/+1
* update/set poToken for youtube-sourceParker2024-11-251-0/+46
* `black --line-length 79`Parker2024-10-3125-208/+652
* NO player.repeat -> YES player.loopParker2024-10-301-1/+1
* Catch issue if song on repeat is skipped w/ nothing in queueParker2024-10-301-1/+11
* Fix NotOwner errorParker2024-09-182-3/+4
* Don't produce errors on NotOwnerParker2024-09-181-0/+3
* Merge pull request #5 from PacketParker/devParker2024-08-243-10/+19
|\
| * Make YouTube support optionalParker2024-08-243-10/+19
* | Edit the original deferred interactionParker2024-08-121-1/+1
|/
* Make sure lyrics do not exceed 4096 charactersParker2024-08-121-1/+18
* Fix 404 errors when searching for lyricsParker2024-08-081-4/+6
* Change config.yaml -> file_path variableParker2024-08-021-1/+1
* Update references for new `/lyrics` commandParker2024-08-022-0/+9
* Fix dumbass mistake lolParker2024-08-021-1/+1
* Change config validation - make more stuff optionalParker2024-08-025-199/+321
* Update search providers (Deezer, YTM, YT)Parker2024-07-282-4/+4
* Update media api key grabberParker2024-07-261-1/+2
* Switch up search providersParker2024-07-242-9/+23
* Update news messageParker2024-07-201-1/+1
* Automatically retrieve Apple Music media API keyParker2024-07-204-29/+59
* Move files to `utils` folderParker2024-07-2023-25/+25
* Update error handling (mainly `CheckPlayerError`)Parker2024-07-203-13/+24
* Fix Apple Music artwork errorParker2024-07-201-3/+6
* Remove date from newsParker2024-07-191-1/+1
* Reference Apple Music changesParker2024-07-191-0/+5
* Add support for APPLE MUSIC!Parker2024-07-184-24/+212
* Prepare for another Custom SourceParker2024-07-183-3/+13
* Change model to gpt-4o-miniParker2024-07-181-1/+1
* Fix spacing for continuityParker2024-07-181-3/+1
* Overhaul cog commandParker2024-07-123-44/+75
* Remove `on_command_error` and move `on_ready`Parker2024-07-121-11/+4
* `You` -> `Use`Parker2024-07-121-1/+1