Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Lint repo with new ruff rules | 2023-11-13 | -2/+2 | |
| | ||||
* | Bump ruff from 0.0.272 to 0.0.280 (#1333) | 2023-08-10 | -1/+1 | |
| | | | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lovering <[email protected]> Co-authored-by: ChrisJL <[email protected]> | |||
* | Fix type hint (#1314) | 2023-07-06 | -1/+1 | |
| | ||||
* | Apply fixes for ruff linting | 2023-05-09 | -7/+6 | |
| | | | | | Co-authored-by: wookie184 <[email protected]> Co-authored-by: Amrou Bellalouna <[email protected]> | |||
* | Support discord.py's new async cog loading | 2022-09-21 | -2/+2 | |
| | ||||
* | Use extension utils from bot-core | 2022-09-21 | -2/+1 | |
| | ||||
* | minor: allow color command in dev-media (#944) | 2021-12-15 | -0/+7 | |
| | | | Co-authored-by: Xithrius <[email protected]> | |||
* | fix: handle bare command embed title | 2021-11-13 | -1/+1 | |
| | ||||
* | fix: update type hint, color to colour, embed wording | 2021-11-13 | -10/+10 | |
| | ||||
* | fix: remove unnecessary return in main command | 2021-11-13 | -3/+0 | |
| | ||||
* | fix: remove equal sign from hex length check | 2021-11-12 | -2/+2 | |
| | ||||
* | fix: bare return instead of explicit None | 2021-11-12 | -1/+1 | |
| | | | Co-authored-by: Xithrius <[email protected]> | |||
* | fix: replace Union with Optional type hint | 2021-11-12 | -1/+1 | |
| | | | Co-authored-by: Xithrius <[email protected]> | |||
* | fix: check length of hex before strip | 2021-11-12 | -1/+3 | |
| | ||||
* | update: remove redundancy in dosctring | 2021-11-11 | -1/+1 | |
| | ||||
* | fix: remove alpha values in embed for hex | 2021-11-11 | -2/+2 | |
| | ||||
* | Merge branch 'color-677' of github.com:brad90four/sir-lancebot into color-677 | 2021-11-11 | -1/+1 | |
|\ | ||||
| * | update: remove redundancy in docstring | 2021-11-11 | -1/+1 | |
| | | | | | | Co-authored-by: Hedy Li <[email protected]> | |||
* | | fix: change color to Colour in comment | 2021-11-11 | -1/+1 | |
|/ | ||||
* | fix: remove async call for match_colour_name | 2021-11-11 | -8/+11 | |
| | ||||
* | cleanup: change main command docstring to be more clear | 2021-11-10 | -1/+5 | |
| | ||||
* | cleanup: finalize reviews requested changes | 2021-11-10 | -15/+12 | |
| | | | | | | | -Change _ to `digit` -Remove redundant "Command" from docstrings. Changed to "Create embed from ..." -Change hex command custom embed to `BadArgument` for consistency | |||
* | test: correct embed descriptions | 2021-11-10 | -3/+3 | |
| | ||||
* | test: return after default random invocation | 2021-11-10 | -0/+1 | |
| | ||||
* | test: UI/UX updates, not tested yet | 2021-11-10 | -9/+22 | |
| | ||||
* | fix: change kwarg to color_input instead of extra | 2021-11-10 | -2/+2 | |
| | ||||
* | fix: handle user hex in embed | 2021-11-10 | -0/+2 | |
| | ||||
* | fix: replace 'random' in embed with color mode | 2021-11-09 | -1/+1 | |
| | ||||
* | chore: remove 0 from range and change to " | 2021-11-09 | -5/+5 | |
| | ||||
* | chore: re-arrange command invocation with try/except | 2021-11-09 | -6/+8 | |
| | ||||
* | chore: pull hex match out of try/except block | 2021-11-09 | -2/+1 | |
| | ||||
* | bug: handle multi word name entries and full input | 2021-11-09 | -2/+4 | |
| | ||||
* | fix: add import, handle no name match in embed | 2021-11-09 | -3/+4 | |
| | | | | | | | -Added `import string` to use the `string.hexdigits` method to check hex codes. -Handled bug where no name match found would be repeated in the embed in the first line as well as the value for the Name field. | |||
* | fix: handle alpha values in hex code | 2021-11-09 | -0/+6 | |
| | | | Co-authored-by: Sn4u <[email protected]> | |||
* | fix: type hinting _rgb_to_cmyk | 2021-11-09 | -1/+1 | |
| | ||||
* | rename to colour | 2021-11-03 | -0/+230 | |