aboutsummaryrefslogtreecommitdiff
path: root/code/cogs/autoplay.py
Commit message (Collapse)AuthorAgeFilesLines
* Support OpenAI AND GroqParker2025-02-171-3/+1
|
* Largely embed wording changes + other small tweaks + combine pause commandsParker2024-11-291-17/+13
|
* Create `create_embed` template to replace `discord.Embed()`Parker2024-11-281-25/+7
| | | | | | - Auto-set color to BOT_COLOR - Set footer to timestamp (overridden is timestamp is passed) - Optional thumbnail
* `black --line-length 79`Parker2024-10-311-9/+42
|
* Move files to `utils` folderParker2024-07-201-2/+2
|
* Add proper references for all remaining commandsParker2024-07-121-1/+1
|
* Revamp OpenAI recommendationsParker2024-07-111-2/+2
|
* Consolidate config validation and variables to `config.py`Parker2024-06-261-1/+1
|
* Create autoplay featureParker2024-04-121-0/+95
Use ChatGPT to get song recommendations based on current song queue.