Files
aikaterna-cogs/blurplefy/info.json

22 lines
527 B
JSON
Raw Normal View History

2018-08-08 21:54:06 -07:00
{
"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",
2018-08-08 21:54:06 -07:00
"python-resize-image"
],
"short": "Blurplefy a user profile picture or image.",
"tags": [
"blurple",
"image",
"profile"
],
"type": "COG"
}