aboutsummaryrefslogtreecommitdiff
path: root/code/bot.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix support for environment variablesParker2024-06-261-2/+1
|
* Skip loading feedback/bug cog(s) if no ID givenParker2024-06-261-0/+8
|
* Consolidate config validation and variables to `config.py`Parker2024-06-261-7/+7
|
* Create autoplay featureParker2024-04-121-0/+1
| | | | Use ChatGPT to get song recommendations based on current song queue.
* Accept `black` code reformatsParker2024-04-111-1/+1
|
* Keep track of # of times commands are runParker2024-04-111-0/+1
|
* Change Spotify support to use custom sourceParker2024-04-091-2/+17
|
* Load cogs within cogs/ownerParker2024-04-031-0/+3
|
* Remove unused variableParker2024-04-021-1/+0
|
* Black code reformattingParker2024-03-311-1/+1
|
* base commitParker2024-03-311-0/+35