fix(emojiinfo): added colorthief to the requirements

This commit is contained in:
Seaswimmer 2024-05-08 14:26:40 -04:00
parent b910d8c614
commit 7ae8226ca5
Signed by: cswimr
GPG key ID: 5D671B5D03D65A7F

View file

@ -9,7 +9,7 @@
"disabled": false,
"min_bot_version": "3.5.0",
"min_python_version": [3, 10, 0],
"requirements": ["pillow"],
"requirements": ["colorthief"],
"tags": [
"utility"
]