aboutsummaryrefslogtreecommitdiff
path: root/code/cogs
Commit message (Expand)AuthorAgeFilesLines
* Expand conditional checks for results, tracks, and load_typeParker2024-12-181-6/+18
* Protect against `results` being `None`Parker2024-12-151-3/+5
* 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-011-2/+57
* | Update success message embedParker2024-11-301-0/+6
* | self.bot.me -> self.bot.userParker2024-11-301-1/+1
* | Add queue paging with buttonsParker2024-11-301-24/+76
* | Largely embed wording changes + other small tweaks + combine pause commandsParker2024-11-2912-126/+108
* | 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
* | Create `create_embed` template to replace `discord.Embed()`Parker2024-11-2813-276/+90
* | Update commentsParker2024-11-281-4/+2
* | Overhaul \`play\` commandParker2024-11-281-320/+94
* | update/set poToken for youtube-sourceParker2024-11-251-0/+46
|/
* `black --line-length 79`Parker2024-10-3120-161/+522
* 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-181-0/+4
* Merge pull request #5 from PacketParker/devParker2024-08-241-9/+9
|\
| * Make YouTube support optionalParker2024-08-241-9/+9
* | 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
* 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-023-1/+88
* Update search providers (Deezer, YTM, YT)Parker2024-07-281-2/+2
* Switch up search providersParker2024-07-241-4/+11
* Update news messageParker2024-07-201-1/+1
* Automatically retrieve Apple Music media API keyParker2024-07-201-10/+13
* Move files to `utils` folderParker2024-07-2018-22/+22
* Update error handling (mainly `CheckPlayerError`)Parker2024-07-201-7/+4
* 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-181-19/+114
* Prepare for another Custom SourceParker2024-07-181-1/+1
* Overhaul cog commandParker2024-07-123-44/+75
* `You` -> `Use`Parker2024-07-121-1/+1
* Overhaul `sync` commandParker2024-07-122-33/+59