aboutsummaryrefslogtreecommitdiff
path: root/code/cogs
Commit message (Collapse)AuthorAgeFilesLines
...
* Delete guild_id from autoplay list on queue endingParker2024-04-131-0/+1
|
* Fix skip command showing wrong song infoParker2024-04-121-3/+6
| | | | Would occasionally show the incorrect song as the song currently playing once the skip command ran. Should be fixed now.
* Increase skip command sleep timeParker2024-04-121-1/+1
|
* Prefer Deezer searchParker2024-04-121-4/+4
|
* 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-121-0/+95
| | | | Use ChatGPT to get song recommendations based on current song queue.
* Remove SoundCloud searchingParker2024-04-121-4/+4
| | | | SoundCloud was returning too many tracks that were not as expected (weird versions/recordings/cover artists, etc.) so it has been removed.
* Accept `black` code reformatsParker2024-04-111-12/+15
|
* Keep track of # of times commands are runParker2024-04-111-0/+70
|
* 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
|
* Change Spotify support to use custom sourceParker2024-04-091-39/+132
|
* 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
|
* Separate cog_commands.py and move into new folderParker2024-04-032-0/+44
|
* Add `help` commandParker2024-04-021-0/+89
|
* Combine forms into 1 fileParker2024-04-024-112/+105
|
* Add bug report commandParker2024-04-022-0/+49
|
* Add feedback commandParker2024-04-022-0/+63
|
* Black code reformatParker2024-03-312-1/+80
|
* Update skip commandParker2024-03-311-0/+8
| | | | Send the proper message and return if the end of the queue is reached once a song is skipped
* Black code reformattingParker2024-03-3110-10/+0
|
* Create `remove` commandParker2024-03-311-0/+63
|
* Create `queue` commandParker2024-03-311-0/+64
|
* Create `clear` commandParker2024-03-311-0/+37
|
* Create `np` commandParker2024-03-311-0/+45
|
* Create `resume` commandParker2024-03-311-0/+38
|
* Create `pause` commandParker2024-03-311-0/+38
|
* Create `shuffle on/off` ccommandsParker2024-03-311-0/+59
|
* Create `stop` commandParker2024-03-311-0/+40
|
* Create `skip` commandParker2024-03-311-0/+63
|
* Create `play` commandParker2024-03-311-0/+100
|
* Error handlersParker2024-03-311-0/+91
|
* Default music codeParker2024-03-311-0/+198
|
* base commitParker2024-03-313-0/+115