aboutsummaryrefslogtreecommitdiff
path: root/code
Commit message (Expand)AuthorAgeFilesLines
...
* Change connections to correct folder pathParker2024-06-261-2/+2
* Skip loading feedback/bug cog(s) if no ID givenParker2024-06-261-0/+8
* Move database into `data` folderParker2024-06-261-1/+5
* Remove unused importParker2024-06-261-1/+0
* Comment environment variable checkParker2024-06-261-0/+5
* Add support for environment variablesParker2024-06-261-1/+73
* Consolidate config validation and variables to `config.py`Parker2024-06-2623-230/+221
* Consolidate info + stats commandsParker2024-06-262-52/+15
* Remove 'Guava' for better self-host supportParker2024-06-263-5/+5
* Split bug/feedback commands into separate filesParker2024-06-262-48/+62
* Comments and cleanupParker2024-06-261-16/+6
* Catch ClientError on player definitionParker2024-06-261-2/+10
* Log error when lavalink connection failsParker2024-06-261-18/+12
* Update config validation and creationParker2024-06-192-1/+9
* Catch error when attempting to remove autoplayParker2024-05-131-1/+4
* Catch error when `autoplay` isn't on at queue endParker2024-05-131-1/+4
* Fix skipping when song is final in queueParker2024-05-131-4/+5
* If skip number is 1, skip normally over poppingParker2024-05-131-0/+3
* Show ephemeral messages if repeating is already onParker2024-05-131-1/+43
* Show the correct artwork on track removalParker2024-05-131-1/+2
* Remove autoplay when `stop` command is runParker2024-04-141-0/+1
* Create/Implement `CheckPlayerError` error classParker2024-04-143-9/+16
* Prefer YT over DZParker2024-04-133-12/+12
* Delete guild_id from autoplay list on queue endingParker2024-04-131-0/+1
* Fix skip command showing wrong song infoParker2024-04-121-3/+6
* Increase skip command sleep timeParker2024-04-121-1/+1
* Prefer Deezer searchParker2024-04-123-12/+12
* Add description for `command` argumentParker2024-04-121-0/+1
* Add autoplay to help commandParker2024-04-121-0/+8
* Add more autoplay songs when queue gets lowParker2024-04-121-0/+11
* Create autoplay featureParker2024-04-123-0/+170
* Add OPENAI_API_KEYParker2024-04-122-1/+7
* Remove SoundCloud searchingParker2024-04-121-4/+4
* Accept `black` code reformatsParker2024-04-112-13/+16
* Keep track of # of times commands are runParker2024-04-112-0/+71
* Update help commandParker2024-04-101-63/+160
* Add `%` symbol for load metricParker2024-04-091-1/+1
* Make YouTube/Apple Music messages ephemeralParker2024-04-091-2/+2
* Remove `CreatePlayerError` just go back to `AppCommandError`Parker2024-04-092-12/+6
* Catch `LoadError` when skipping tracksParker2024-04-091-2/+8
* Catch new `CreatePlayerError` and `LoadError`Parker2024-04-091-4/+17
* Add new spotify variablesParker2024-04-092-0/+12
* Change Spotify support to use custom sourceParker2024-04-093-41/+263
* Use custom `CreatePlayerError`Parker2024-04-091-5/+10
* Remove YT supportParker2024-04-091-9/+20
* Fix `players` stats and add `load` percentageParker2024-04-081-1/+1
* Remove unused importParker2024-04-031-1/+0
* Move `user_count.py` to `info.py` in `owner` folderParker2024-04-031-3/+4
* Delete old `cog_commands.py`Parker2024-04-031-36/+0
* Move `tree_sync.py` into `owner` folderParker2024-04-031-0/+0