|
This is a large empty file with lots of comments. My general proposal
is outlined in the code stumps. Details will need to be hashed out and
decided on with CyberCitizen01.
In particular:
- How to use URLs that has list of color names? Read those into a
dictionary?
- How to handle the command call with options? `discord-flags`,
parsing, function call like:
.colour cmyk(49, 50, 0, 22)
.colour hsl(241, 47, 58)
.colour rgb 101 99 199
- How to implement fuzzy matching with rapidfuzz based on the color
names from those URLs?
- How to generate colors in other formats? Is this all possible in
pillow?
- How to generate photo to use in the embed? Do we temporarily create a
file in a cache, send it in embed, then delete?
This will be a fun project, and my first collab!
Co-authored-by: Mohammad Rafivulla
<[email protected]>
|