aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul cog commandParker2024-07-123-44/+75
|
* Remove `on_command_error` and move `on_ready`Parker2024-07-121-11/+4
|
* `You` -> `Use`Parker2024-07-121-1/+1
|
* Overhaul `sync` commandParker2024-07-122-33/+59
|
* Remove unused importsParker2024-07-121-3/+0
|
* Add proper references for all remaining commandsParker2024-07-125-5/+17
|
* Link references for `/news`Parker2024-07-121-2/+2
|
* Reference `news` command in `/help`Parker2024-07-111-2/+6
|
* Create `news` command to show updatesParker2024-07-111-0/+31
|
* Accept `black` formattingParker2024-07-111-4/+6
|
* Accept `black` formattingParker2024-07-111-17/+19
|
* Revamp OpenAI recommendationsParker2024-07-115-36/+47
|
* Remove extra `#`Parker2024-07-111-1/+1
|
* Correct verbiage of commentParker2024-07-101-3/+3
|
* Update deprecated `MAINTAINER` lineParker2024-07-101-3/+2
|
* Properly subclass `CommandTree` for errorsParker2024-07-101-15/+4
|
* Move text command error handlerParker2024-07-101-0/+7
|
* Remove extra `on_node_connection` listenerParker2024-06-261-4/+0
|
* Update `README.md` for Docker supportParker2024-06-261-16/+33
|
* Add support for Docker!Parker2024-06-263-0/+36
|
* Move variable declaration to remove try/except clauseParker2024-06-261-16/+9
|
* Fix spelling (requires -> required)Parker2024-06-261-1/+1
|
* ENV FixParker2024-06-261-22/+21
|
* Add `return` for environment variablesParker2024-06-261-8/+15
|
* Fix support for environment variablesParker2024-06-262-7/+10
|
* Change connections to correct folder pathParker2024-06-261-2/+2
|
* Update `.gitignore`Parker2024-06-261-1/+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
|
* Update `requirements.txt` with new packagesParker2024-06-261-2/+4
|
* Update to new `config.ini` templateParker2024-06-261-11/+15
|
* 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
|
* UpdatedParker2024-06-201-1/+1
|
* Update config validation and creationParker2024-06-192-1/+9
|
* Update configuration optionsParker2024-05-131-0/+6
|
* Update server statisticParker2024-05-131-1/+1
|
* 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
|