Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix | Parker | 2025-03-25 | 1 | -7/+7 |
| | |||||
* | Add toggle command | Parker | 2025-03-25 | 2 | -1/+52 |
| | |||||
* | Support OpenAI AND Groq | Parker | 2025-02-17 | 3 | -5/+4 |
| | |||||
* | Fix | Parker | 2025-01-26 | 1 | -1/+1 |
| | |||||
* | Fix | Parker | 2025-01-26 | 1 | -1/+2 |
| | |||||
* | Update | Parker | 2025-01-25 | 1 | -1/+1 |
| | |||||
* | Bug Follow-up | Parker | 2025-01-25 | 1 | -0/+28 |
| | |||||
* | Expand conditional checks for results, tracks, and load_type | Parker | 2024-12-18 | 1 | -6/+18 |
| | |||||
* | Protect against `results` being `None` | Parker | 2024-12-15 | 1 | -3/+5 |
| | |||||
* | Merge branch 'main' into dev | Parker | 2024-12-03 | 2 | -8/+64 |
|\ | |||||
| * | Update stats - split into command group | Parker | 2024-11-19 | 1 | -18/+51 |
| | | |||||
| * | `bot.lavalink = None` if no connection is made | Parker | 2024-11-19 | 2 | -4/+22 |
| | | |||||
| * | Properly check database writability | Parker | 2024-11-19 | 1 | -9/+4 |
| | | |||||
| * | Print error/warning if database connection cannot be made | Parker | 2024-11-19 | 1 | -1/+10 |
| | | |||||
| * | Update stats embed | Parker | 2024-11-16 | 1 | -3/+4 |
| | | |||||
* | | Update embed | Parker | 2024-12-03 | 1 | -1/+11 |
| | | |||||
* | | 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 | 1 | -2/+57 |
| | | |||||
* | | Update success message embed | Parker | 2024-11-30 | 1 | -0/+6 |
| | | |||||
* | | 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 |
| | | |||||
* | | Largely embed wording changes + other small tweaks + combine pause commands | Parker | 2024-11-29 | 12 | -126/+108 |
| | | |||||
* | | 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 |
| | | |||||
* | | Create `create_embed` template to replace `discord.Embed()` | Parker | 2024-11-28 | 13 | -276/+90 |
| | | | | | | | | | | | | - 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 | 1 | -320/+94 |
| | | | | | | | | | | | | - Split custom sources into helper functions - Add proper logging and handling - Fix LoadError embed messsage | ||||
* | | update/set poToken for youtube-source | Parker | 2024-11-25 | 1 | -0/+46 |
|/ | |||||
* | `black --line-length 79` | Parker | 2024-10-31 | 20 | -161/+522 |
| | |||||
* | 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 | 1 | -0/+4 |
| | |||||
* | Merge pull request #5 from PacketParker/dev | Parker | 2024-08-24 | 1 | -9/+9 |
|\ | | | | | Optional YouTube support | ||||
| * | Make YouTube support optional | Parker | 2024-08-24 | 1 | -9/+9 |
| | | |||||
* | | 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 |
| | |||||
* | 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 | 3 | -1/+88 |
| | |||||
* | Update search providers (Deezer, YTM, YT) | Parker | 2024-07-28 | 1 | -2/+2 |
| | |||||
* | Switch up search providers | Parker | 2024-07-24 | 1 | -4/+11 |
| | |||||
* | Update news message | Parker | 2024-07-20 | 1 | -1/+1 |
| | |||||
* | Automatically retrieve Apple Music media API key | Parker | 2024-07-20 | 1 | -10/+13 |
| | |||||
* | Move files to `utils` folder | Parker | 2024-07-20 | 18 | -22/+22 |
| | |||||
* | Update error handling (mainly `CheckPlayerError`) | Parker | 2024-07-20 | 1 | -7/+4 |
| | |||||
* | Fix Apple Music artwork error | Parker | 2024-07-20 | 1 | -3/+6 |
| |