aboutsummaryrefslogtreecommitdiffstats
path: root/bot/bot.py (unfollow)
Commit message (Collapse)AuthorLines
2021-11-12fix: check length of hex before stripGravatar bradtimmis-1/+3
2021-11-11update: remove redundancy in dosctringGravatar bradtimmis-1/+1
2021-11-11fix: remove alpha values in embed for hexGravatar bradtimmis-2/+2
2021-11-11update: remove redundancy in docstringGravatar brad90four-1/+1
Co-authored-by: Hedy Li <[email protected]>
2021-11-11fix: change color to Colour in commentGravatar bradtimmis-1/+1
2021-11-11fix: remove async call for match_colour_nameGravatar bradtimmis-8/+11
2021-11-11fix: change color to colour in no match found resultGravatar brad90four-1/+1
Co-authored-by: Hedy Li <[email protected]>
2021-11-10cleanup: change main command docstring to be more clearGravatar bradtimmis-1/+5
2021-11-10cleanup: finalize reviews requested changesGravatar bradtimmis-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-10test: correct embed descriptionsGravatar brad90four-3/+3
2021-11-10test: return after default random invocationGravatar brad90four-0/+1
2021-11-10test: UI/UX updates, not tested yetGravatar brad90four-9/+22
2021-11-10fix: change kwarg to color_input instead of extraGravatar bradtimmis-2/+2
2021-11-10fix: handle user hex in embedGravatar bradtimmis-0/+2
2021-11-09fix: replace 'random' in embed with color modeGravatar bradtimmis-1/+1
2021-11-09chore: remove 0 from range and change to "Gravatar bradtimmis-5/+5
2021-11-09chore: re-arrange command invocation with try/exceptGravatar bradtimmis-6/+8
2021-11-09chore: pull hex match out of try/except blockGravatar bradtimmis-2/+1
2021-11-09bug: handle multi word name entries and full inputGravatar bradtimmis-2/+4
2021-11-09fix: add import, handle no name match in embedGravatar bradtimmis-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-09fix: handle alpha values in hex codeGravatar brad90four-0/+6
Co-authored-by: Sn4u <[email protected]>
2021-11-09fix: type hinting _rgb_to_cmykGravatar brad90four-1/+1
2021-11-03rename to colourGravatar bradtimmis-0/+0
2021-11-03fix: reduce 'from' importsGravatar bradtimmis-13/+12
2021-11-03fix: have description in-lineGravatar bradtimmis-2/+1
2021-11-03fix: use and handle conversions with name valueGravatar bradtimmis-2/+5
2021-11-03fix: return None if no name match is foundGravatar bradtimmis-3/+3
2021-11-01Fix lint errors of eac9d3b4194004894d4f4e50862f184db695d402Gravatar CyberCitizen01-3/+3
2021-11-01Add source credit and Color.from_rgb method to get discord colorGravatar CyberCitizen01-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-29fix: invoke without command, hsv fixGravatar bradtimmis-8/+13
2021-10-29fix: iterate through tupleGravatar brad90four-1/+1
Co-authored-by: Sn4u <[email protected]>
2021-10-29chore: add some conditions for the embed variablesGravatar bradtimmis-2/+11
2021-10-29fix: correct ranges and logic for color error handlingGravatar bradtimmis-10/+11
2021-10-28fix: bug in cmyk and hsvGravatar bradtimmis-10/+12
2021-10-28fix: add periods to error messagesGravatar bradtimmis-4/+4
2021-10-28fix: added error handling and other cleanup choresGravatar bradtimmis-6/+30
2021-10-28chore: change COLOUR_MAPPING to colour_mappingGravatar brad90four-6/+6
2021-10-28chore: correct capitalization of command name in embedGravatar brad90four-2/+7
2021-10-28chore: change to tuples, various suggested changesGravatar brad90four-30/+30
2021-10-28chore: general code fixes and cleanupGravatar bradtimmis-62/+29
2021-10-27chore: move send_colour_response to top of classGravatar brad90four-32/+32
2021-10-27chore: embed format tweakingGravatar brad90four-2/+2
2021-10-27fix: testing fixesGravatar bradtimmis-11/+10
2021-10-26chore: code cleanupGravatar brad90four-66/+86
2021-10-26chore: code cleanupGravatar bradtimmis-15/+4
2021-10-25chore: fix import order due to isortGravatar bradtimmis-1/+1
2021-10-25fix: finish restructure with all functionalityGravatar bradtimmis-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]>