aboutsummaryrefslogtreecommitdiff
path: root/code/utils/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove timestamp as default embed footerParker2024-11-301-4/+4
|
* Make title and description optional (create_embed)Parker2024-11-291-1/+5
|
* Create `create_embed` template to replace `discord.Embed()`Parker2024-11-281-0/+28
| | | | | | - Auto-set color to BOT_COLOR - Set footer to timestamp (overridden is timestamp is passed) - Optional thumbnail
* `black --line-length 79`Parker2024-10-311-8/+19
|
* Make YouTube support optionalParker2024-08-241-1/+9
|
* Change config.yaml -> file_path variableParker2024-08-021-1/+1
|
* Change config validation - make more stuff optionalParker2024-08-021-187/+185
|
* Automatically retrieve Apple Music media API keyParker2024-07-201-19/+4
|
* Move files to `utils` folderParker2024-07-201-0/+274