| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-11-12 | fix: check length of hex before strip | -1/+3 | ||
| 2021-11-11 | update: remove redundancy in dosctring | -1/+1 | ||
| 2021-11-11 | fix: remove alpha values in embed for hex | -2/+2 | ||
| 2021-11-11 | update: remove redundancy in docstring | -1/+1 | ||
| Co-authored-by: Hedy Li <[email protected]> | ||||
| 2021-11-11 | fix: change color to Colour in comment | -1/+1 | ||
| 2021-11-11 | fix: remove async call for match_colour_name | -8/+11 | ||
| 2021-11-11 | fix: change color to colour in no match found result | -1/+1 | ||
| Co-authored-by: Hedy Li <[email protected]> | ||||
| 2021-11-10 | cleanup: change main command docstring to be more clear | -1/+5 | ||
| 2021-11-10 | cleanup: finalize reviews requested changes | -15/+12 | ||
| -Change _ to `digit` -Remove redundant "Command" from docstrings. Changed to "Create embed from ..." -Change hex command custom embed to `BadArgument` for consistency | ||||
| 2021-11-10 | test: correct embed descriptions | -3/+3 | ||
| 2021-11-10 | test: return after default random invocation | -0/+1 | ||
| 2021-11-10 | test: UI/UX updates, not tested yet | -9/+22 | ||
| 2021-11-10 | fix: change kwarg to color_input instead of extra | -2/+2 | ||
| 2021-11-10 | fix: handle user hex in embed | -0/+2 | ||
| 2021-11-09 | fix: replace 'random' in embed with color mode | -1/+1 | ||
| 2021-11-09 | chore: remove 0 from range and change to " | -5/+5 | ||
| 2021-11-09 | chore: re-arrange command invocation with try/except | -6/+8 | ||
| 2021-11-09 | chore: pull hex match out of try/except block | -2/+1 | ||
| 2021-11-09 | bug: handle multi word name entries and full input | -2/+4 | ||
| 2021-11-09 | fix: add import, handle no name match in embed | -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. | ||||
| 2021-11-09 | fix: handle alpha values in hex code | -0/+6 | ||
| Co-authored-by: Sn4u <[email protected]> | ||||
| 2021-11-09 | fix: type hinting _rgb_to_cmyk | -1/+1 | ||
| 2021-11-03 | rename to colour | -0/+0 | ||
| 2021-11-03 | fix: reduce 'from' imports | -13/+12 | ||
| 2021-11-03 | fix: have description in-line | -2/+1 | ||
| 2021-11-03 | fix: use and handle conversions with name value | -2/+5 | ||
| 2021-11-03 | fix: return None if no name match is found | -3/+3 | ||
| 2021-11-01 | Fix lint errors of eac9d3b4194004894d4f4e50862f184db695d402 | -3/+3 | ||
| 2021-11-01 | Add source credit and Color.from_rgb method to get discord color | -3/+4 | ||
| https://github.com/python-discord/sir-lancebot/pull/842/files#r739619938 https://github.com/python-discord/sir-lancebot/pull/842/files#r739295253 | ||||
| 2021-10-29 | fix: invoke without command, hsv fix | -8/+13 | ||
| 2021-10-29 | fix: iterate through tuple | -1/+1 | ||
| Co-authored-by: Sn4u <[email protected]> | ||||
| 2021-10-29 | chore: add some conditions for the embed variables | -2/+11 | ||
| 2021-10-29 | fix: correct ranges and logic for color error handling | -10/+11 | ||
| 2021-10-28 | fix: bug in cmyk and hsv | -10/+12 | ||
| 2021-10-28 | fix: add periods to error messages | -4/+4 | ||
| 2021-10-28 | fix: added error handling and other cleanup chores | -6/+30 | ||
| 2021-10-28 | chore: change COLOUR_MAPPING to colour_mapping | -6/+6 | ||
| 2021-10-28 | chore: correct capitalization of command name in embed | -2/+7 | ||
| 2021-10-28 | chore: change to tuples, various suggested changes | -30/+30 | ||
| 2021-10-28 | chore: general code fixes and cleanup | -62/+29 | ||
| 2021-10-27 | chore: move send_colour_response to top of class | -32/+32 | ||
| 2021-10-27 | chore: embed format tweaking | -2/+2 | ||
| 2021-10-27 | fix: testing fixes | -11/+10 | ||
| 2021-10-26 | chore: code cleanup | -66/+86 | ||
| 2021-10-26 | chore: code cleanup | -15/+4 | ||
| 2021-10-25 | chore: fix import order due to isort | -1/+1 | ||
| 2021-10-25 | fix: finish restructure with all functionality | -329/+66 | ||
| Added commands for `name` and `random`. Added the ability to look up the color name based on the hex value. Co-authored-by: Mohammad Rafivulla <[email protected]> Co-authored-by: Vivaan Verma <[email protected]> | ||||