aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/colour.py (follow)
Commit message (Expand)AuthorAgeLines
* Lint repo with new ruff rulesGravatar Chris Lovering2023-11-13-2/+2
* Bump ruff from 0.0.272 to 0.0.280 (#1333)Gravatar dependabot[bot]2023-08-10-1/+1
* Fix type hint (#1314)Gravatar Ritik Ranjan2023-07-06-1/+1
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-09-7/+6
* Support discord.py's new async cog loadingGravatar Chris Lovering2022-09-21-2/+2
* Use extension utils from bot-coreGravatar Chris Lovering2022-09-21-2/+1
* minor: allow color command in dev-media (#944)Gravatar aru2021-12-15-0/+7
* fix: handle bare command embed titleGravatar bradtimmis2021-11-13-1/+1
* fix: update type hint, color to colour, embed wordingGravatar bradtimmis2021-11-13-10/+10
* fix: remove unnecessary return in main commandGravatar bradtimmis2021-11-13-3/+0
* fix: remove equal sign from hex length checkGravatar bradtimmis2021-11-12-2/+2
* fix: bare return instead of explicit NoneGravatar brad90four2021-11-12-1/+1
* fix: replace Union with Optional type hintGravatar brad90four2021-11-12-1/+1
* fix: check length of hex before stripGravatar bradtimmis2021-11-12-1/+3
* update: remove redundancy in dosctringGravatar bradtimmis2021-11-11-1/+1
* fix: remove alpha values in embed for hexGravatar bradtimmis2021-11-11-2/+2
* Merge branch 'color-677' of github.com:brad90four/sir-lancebot into color-677Gravatar bradtimmis2021-11-11-1/+1
|\
| * update: remove redundancy in docstringGravatar brad90four2021-11-11-1/+1
* | fix: change color to Colour in commentGravatar bradtimmis2021-11-11-1/+1
|/
* fix: remove async call for match_colour_nameGravatar bradtimmis2021-11-11-8/+11
* cleanup: change main command docstring to be more clearGravatar bradtimmis2021-11-10-1/+5
* cleanup: finalize reviews requested changesGravatar bradtimmis2021-11-10-15/+12
* test: correct embed descriptionsGravatar brad90four2021-11-10-3/+3
* test: return after default random invocationGravatar brad90four2021-11-10-0/+1
* test: UI/UX updates, not tested yetGravatar brad90four2021-11-10-9/+22
* fix: change kwarg to color_input instead of extraGravatar bradtimmis2021-11-10-2/+2
* fix: handle user hex in embedGravatar bradtimmis2021-11-10-0/+2
* fix: replace 'random' in embed with color modeGravatar bradtimmis2021-11-09-1/+1
* chore: remove 0 from range and change to "Gravatar bradtimmis2021-11-09-5/+5
* chore: re-arrange command invocation with try/exceptGravatar bradtimmis2021-11-09-6/+8
* chore: pull hex match out of try/except blockGravatar bradtimmis2021-11-09-2/+1
* bug: handle multi word name entries and full inputGravatar bradtimmis2021-11-09-2/+4
* fix: add import, handle no name match in embedGravatar bradtimmis2021-11-09-3/+4
* fix: handle alpha values in hex codeGravatar brad90four2021-11-09-0/+6
* fix: type hinting _rgb_to_cmykGravatar brad90four2021-11-09-1/+1
* rename to colourGravatar bradtimmis2021-11-03-0/+230