Closed Kuro-Rui closed 3 months ago
Wait, there's still a bug currently, using attachment with no arguments returns author's palette
Fixed by doing this: Instead of checking for attachment in the converter, I checked it inside the command function, since a converter needs an argument for it to run.
Sorry, there's still a bug where the url will somehow be None and raised an InvalidURL
All should be good to go now, feel free to check 👍
Here's the hotfix for your palette :p
I removed hexpalette and added it as a parameter for palette instead. I also add detailed parameter to show rgb and hex when passed true.
For the detail, it uses tabulate so I also added that as an extra requirement.