aboutsummaryrefslogtreecommitdiff
path: root/code
Commit message (Collapse)AuthorAgeFilesLines
* Better fixParker2025-03-254-23/+12
|
* FixParker2025-03-251-7/+7
|
* Add toggle commandParker2025-03-253-2/+56
|
* Support OpenAI AND GroqParker2025-02-176-47/+63
|
* FixParker2025-01-261-1/+1
|
* FixParker2025-01-261-1/+2
|
* UpdateParker2025-01-251-1/+1
|
* Bug Follow-upParker2025-01-251-0/+28
|
* Expand conditional checks for results, tracks, and load_typeParker2024-12-183-18/+54
|
* Protect against `results` being `None`Parker2024-12-153-8/+12
|
* Small change to config textParker2024-12-031-15/+15
|
* Merge branch 'main' into devParker2024-12-032-8/+64
|\
| * Update stats - split into command groupParker2024-11-191-18/+51
| |
| * `bot.lavalink = None` if no connection is madeParker2024-11-192-4/+22
| |
| * Properly check database writabilityParker2024-11-191-9/+4
| |
| * Print error/warning if database connection cannot be madeParker2024-11-191-1/+10
| |
| * Update stats embedParker2024-11-161-3/+4
| |
* | Update embedParker2024-12-031-1/+11
| |
* | Remove extra interaction responseParker2024-12-011-2/+0
| |
* | Tidy up unused variable/old logicParker2024-12-011-20/+15
| |
* | Extra lavalink listeners/optional track loggingParker2024-12-012-10/+78
| |
* | Update success message embedParker2024-11-301-0/+6
| |
* | 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
| | | | | | | | | | | | - Auto-set color to BOT_COLOR - Set footer to timestamp (overridden is timestamp is passed) - Optional thumbnail
* | Update commentsParker2024-11-281-4/+2
| |
* | Overhaul \`play\` commandParker2024-11-289-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 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
|\ | | | | Optional YouTube support
| * 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
|