Files
aikaterna-cogs/blurplefy/info.json
aikaterna 8aeed4d5ce [V3 Blurplefy] Pillow lib lock for now
Pillow 5.3.0 introduced import changes I'm not willing to work on right now.
2018-10-06 12:18:33 -07:00

22 lines
527 B
JSON

{
"author": [
"aikaterna"
],
"description": "Blurplefy a user profile picture or image. Admins can configure an awardable role if a user's profile pic has more than a certain percentage of blurple in it.",
"install_msg": "Thanks for installing, have fun.",
"permissions" : [
"embed_links",
"manage_roles"
],
"requirements": [
"pillow==5.2.0",
"python-resize-image"
],
"short": "Blurplefy a user profile picture or image.",
"tags": [
"blurple",
"image",
"profile"
],
"type": "COG"
}