aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/realpython.py (unfollow)
Commit message (Expand)AuthorLines
2021-11-19Update Caching logic in AoC helpersGravatar D0rs4n-6/+40
2021-11-18Introduce command changes in the AoC CogGravatar D0rs4n-31/+66
2021-11-14Resources: add copyright notice to ryanzec_colours.jsonGravatar Matteo Bertucci-1/+1
2021-11-13fix: handle bare command embed titleGravatar bradtimmis-1/+1
2021-11-13fix: update type hint, color to colour, embed wordingGravatar bradtimmis-10/+10
2021-11-13fix: remove unnecessary return in main commandGravatar bradtimmis-3/+0
2021-11-12fix: remove equal sign from hex length checkGravatar bradtimmis-2/+2
2021-11-12fix: bare return instead of explicit NoneGravatar brad90four-1/+1
2021-11-12fix: replace Union with Optional type hintGravatar brad90four-1/+1
2021-11-12fix: check length of hex before stripGravatar bradtimmis-1/+3
2021-11-12Move Sentry Into InitGravatar Hassan Abouelela-22/+19
2021-11-12Disable File Logs In ProductionGravatar Hassan Abouelela-10/+13
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
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
2021-11-10cleanup: change main command docstring to be more clearGravatar bradtimmis-1/+5
2021-11-10cleanup: finalize reviews requested changesGravatar bradtimmis-15/+12
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
2021-11-09fix: handle alpha values in hex codeGravatar brad90four-0/+6
2021-11-09remove unnecessary volumesGravatar Numerlor-3/+0
2021-11-09use pseudo-tty for sir-lancebot serviceGravatar Numerlor-0/+1
2021-11-09fix: type hinting _rgb_to_cmykGravatar brad90four-1/+1
2021-11-07Fix line after function docstringGravatar Shom770-1/+0
2021-11-07Handle `.wtf` command without query (#939)Gravatar brad90four-1/+13
2021-11-06Change language to language.lower()Gravatar Shom770-2/+4
2021-11-06lowering challenges for compatibility with uppercase languagesGravatar Shom770-1/+1
2021-11-05Limit user reactions on embed paginationGravatar NipaDev-3/+1
2021-11-05Add option to get specific amount of realpython articlesGravatar NipaDev-3/+13
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-01Remove the "what's your skill level topic"Gravatar SavagePastaMan-1/+0
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
2021-10-29fix: invoke without command, hsv fixGravatar bradtimmis-8/+13